#BFDEEF

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

Shades of Onahau #BFDEEF

Tints of Onahau #BFDEEF

Color information

#BFDEEF (or 0xBFDEEF) is unknown color: approx Onahau. HEX triplet: BF, DE and EF. RGB value is (191,222,239). Sum of RGB (Red+Green+Blue) = 191+222+239=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEEF is #402110. Grayscale: #D6D6D6. Windows color (decimal): -4202769 or 15720127. OLE color: 15720127.

HSL color Cylindrical-coordinate representation of color #BFDEEF: hue angle of 201.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDEEF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191222239-
CMYK0.200.0700.06
HSL201.25º60%84.31%-
HSV(B)201.25º20.08%93.73%-
XYZ63.1969.5591.76-
YUV214.67141.73111.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=29.29%
G=34.05%
B=36.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912222390.200.0700.06201.256084.31
HexBFDEEF14706c93c54
Octal2773363572470631174124
Binary101111111101111011101111101001110110110010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEEF; }

 p { color: rgb(191,222,239); }

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

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

 a { background-color: rgb(191,222,239); }

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

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

 span { border-color: rgb(191,222,239); }

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