#BFDCEC

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

Shades of Onahau #BFDCEC

Tints of Onahau #BFDCEC

Color information

#BFDCEC (or 0xBFDCEC) is unknown color: approx Onahau. HEX triplet: BF, DC and EC. RGB value is (191,220,236). Sum of RGB (Red+Green+Blue) = 191+220+236=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCEC is #402313. Grayscale: #D5D5D5. Windows color (decimal): -4203284 or 15523007. OLE color: 15523007.

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

Color convert

RGB191220236-
CMYK0.190.0700.07
HSL201.33º54.22%83.73%-
HSV(B)201.33º19.07%92.55%-
XYZ62.2268.3289.26-
YUV213.15140.89112.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=29.52%
G=34.00%
B=36.48%

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
Decimal1912202360.190.0700.07201.3354.2283.73
HexBFDCEC13707c93654
Octal2773343542370731166124
Binary101111111101110011101100100111110111110010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCEC; }

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

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

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

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

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

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

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

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