#BFEBF2

Color #BFEBF2 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BFEBF2

Tints of Onahau #BFEBF2

Color information

#BFEBF2 (or 0xBFEBF2) is unknown color: approx Onahau. HEX triplet: BF, EB and F2. RGB value is (191,235,242). Sum of RGB (Red+Green+Blue) = 191+235+242=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBF2 is #40140D. Grayscale: #DEDEDE. Windows color (decimal): -4199438 or 15920063. OLE color: 15920063.

HSL color Cylindrical-coordinate representation of color #BFEBF2: hue angle of 188.24º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEBF2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191235242-
CMYK0.210.0300.05
HSL188.24º66.23%84.9%-
HSV(B)188.24º21.07%94.9%-
XYZ67.2276.995.31-
YUV222.64138.92105.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=28.59%
G=35.18%
B=36.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912352420.210.0300.05188.2466.2384.9
HexBFEBF215305bc4255
Octal27735336225305274102125
Binary101111111110101111110010101011101011011110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBF2; }

 p { color: rgb(191,235,242); }

 H1.HeaderClassName
 {
   color: #BFEBF2;
 }
 .AnyTagClassName
 {
   color: #BFEBF2;
 }
</style>
background-color css

<style>
 a { background-color: #BFEBF2; }

 a { background-color: rgb(191,235,242); }

 div.DivClassName
 {
   background-color: #BFEBF2;
 }
 .BgClassName
 {
   background-color: #BFEBF2;
 }
</style>
border-color css

<style>
 span { border-color: #BFEBF2; }

 span { border-color: rgb(191,235,242); }

 td.TdClassName
 {
   border-color: #BFEBF2;
 }
 .TagClassName
 {
   border-color: #BFEBF2;
 }
</style>