#BFDCED

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

Shades of Onahau #BFDCED

Tints of Onahau #BFDCED

Color information

#BFDCED (or 0xBFDCED) is unknown color: approx Onahau. HEX triplet: BF, DC and ED. RGB value is (191,220,237). Sum of RGB (Red+Green+Blue) = 191+220+237=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCED is #402312. Grayscale: #D5D5D5. Windows color (decimal): -4203283 or 15588543. OLE color: 15588543.

HSL color Cylindrical-coordinate representation of color #BFDCED: hue angle of 202.17º degrees, saturation: 0.56, 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 #BFDCED is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191220237-
CMYK0.190.0700.07
HSL202.17º56.1%83.92%-
HSV(B)202.17º19.41%92.94%-
XYZ62.3768.3890.03-
YUV213.27141.39112.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=29.48%
G=33.95%
B=36.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912202370.190.0700.07202.1756.183.92
HexBFDCED13707ca3854
Octal2773343552370731270124
Binary101111111101110011101101100111110111110010101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCED; }

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

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

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

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

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

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

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

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