#BFDDEA

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

Shades of Onahau #BFDDEA

Tints of Onahau #BFDDEA

Color information

#BFDDEA (or 0xBFDDEA) is unknown color: approx Onahau. HEX triplet: BF, DD and EA. RGB value is (191,221,234). Sum of RGB (Red+Green+Blue) = 191+221+234=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDEA is #402215. Grayscale: #D5D5D5. Windows color (decimal): -4203030 or 15392191. OLE color: 15392191.

HSL color Cylindrical-coordinate representation of color #BFDDEA: hue angle of 198.14º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDDEA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191221234-
CMYK0.180.0600.08
HSL198.14º50.59%83.33%-
HSV(B)198.14º18.38%91.76%-
XYZ62.1968.7387.83-
YUV213.51139.56111.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=29.57%
G=34.21%
B=36.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912212340.180.0600.08198.1450.5983.33
HexBFDDEA12608c63353
Octal27733535222601030663123
Binary1011111111011101111010101001011001000110001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDEA; }

 p { color: rgb(191,221,234); }

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

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

 a { background-color: rgb(191,221,234); }

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

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

 span { border-color: rgb(191,221,234); }

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