#BFDCEA

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

Shades of Onahau #BFDCEA

Tints of Onahau #BFDCEA

Color information

#BFDCEA (or 0xBFDCEA) is unknown color: approx Onahau. HEX triplet: BF, DC and EA. RGB value is (191,220,234). Sum of RGB (Red+Green+Blue) = 191+220+234=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCEA is #402315. Grayscale: #D4D4D4. Windows color (decimal): -4203286 or 15391935. OLE color: 15391935.

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

Color convert

RGB191220234-
CMYK0.180.0600.08
HSL199.53º50.59%83.33%-
HSV(B)199.53º18.38%91.76%-
XYZ61.9368.287.74-
YUV212.92139.89112.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=29.61%
G=34.11%
B=36.28%

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
Decimal1912202340.180.0600.08199.5350.5983.33
HexBFDCEA12608c83353
Octal27733435222601031063123
Binary1011111111011100111010101001011001000110010001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCEA; }

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

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

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

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

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

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

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

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