#BFDFEC

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

Shades of Onahau #BFDFEC

Tints of Onahau #BFDFEC

Color information

#BFDFEC (or 0xBFDFEC) is unknown color: approx Onahau. HEX triplet: BF, DF and EC. RGB value is (191,223,236). Sum of RGB (Red+Green+Blue) = 191+223+236=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFEC is #402013. Grayscale: #D6D6D6. Windows color (decimal): -4202516 or 15523775. OLE color: 15523775.

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

Color convert

RGB191223236-
CMYK0.190.0600.07
HSL197.33º54.22%83.73%-
HSV(B)197.33º19.07%92.55%-
XYZ63.0169.9189.53-
YUV214.91139.9110.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=29.38%
G=34.31%
B=36.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912232360.190.0600.07197.3354.2283.73
HexBFDFEC13607c53654
Octal2773373542360730566124
Binary101111111101111111101100100111100111110001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFEC; }

 p { color: rgb(191,223,236); }

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

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

 a { background-color: rgb(191,223,236); }

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

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

 span { border-color: rgb(191,223,236); }

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