#BFDEEE

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

Shades of Onahau #BFDEEE

Tints of Onahau #BFDEEE

Color information

#BFDEEE (or 0xBFDEEE) is unknown color: approx Onahau. HEX triplet: BF, DE and EE. RGB value is (191,222,238). Sum of RGB (Red+Green+Blue) = 191+222+238=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEEE is #402111. Grayscale: #D6D6D6. Windows color (decimal): -4202770 or 15654591. OLE color: 15654591.

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

Color convert

RGB191222238-
CMYK0.200.0700.07
HSL200.43º58.02%84.12%-
HSV(B)200.43º19.75%93.33%-
XYZ63.0469.4990.98-
YUV214.56141.23111.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=29.34%
G=34.10%
B=36.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912222380.200.0700.07200.4358.0284.12
HexBFDEEE14707c83a54
Octal2773363562470731072124
Binary101111111101111011101110101001110111110010001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEEE; }

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

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

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

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

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

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

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

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