#BFDFEF

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

Shades of Onahau #BFDFEF

Tints of Onahau #BFDFEF

Color information

#BFDFEF (or 0xBFDFEF) is unknown color: approx Onahau. HEX triplet: BF, DF and EF. RGB value is (191,223,239). Sum of RGB (Red+Green+Blue) = 191+223+239=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFEF is #402010. Grayscale: #D7D7D7. Windows color (decimal): -4202513 or 15720383. OLE color: 15720383.

HSL color Cylindrical-coordinate representation of color #BFDFEF: hue angle of 200º 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 #BFDFEF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191223239-
CMYK0.200.0700.06
HSL200º60%84.31%-
HSV(B)200º20.08%93.73%-
XYZ63.4570.0891.84-
YUV215.26141.4110.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=29.25%
G=34.15%
B=36.60%

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
Decimal1912232390.200.0700.062006084.31
HexBFDFEF14706c83c54
Octal2773373572470631074124
Binary101111111101111111101111101001110110110010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFEF; }

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

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

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

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

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

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

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

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