#BCDEEE

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

Shades of Onahau #BCDEEE

Tints of Onahau #BCDEEE

Color information

#BCDEEE (or 0xBCDEEE) is unknown color: approx Onahau. HEX triplet: BC, DE and EE. RGB value is (188,222,238). Sum of RGB (Red+Green+Blue) = 188+222+238=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEEE is #432111. Grayscale: #D5D5D5. Windows color (decimal): -4399378 or 15654588. OLE color: 15654588.

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

Color convert

RGB188222238-
CMYK0.210.0700.07
HSL199.2º59.52%83.53%-
HSV(B)199.2º21.01%93.33%-
XYZ62.2969.1190.94-
YUV213.66141.74109.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=29.01%
G=34.26%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882222380.210.0700.07199.259.5283.53
HexBCDEEE15707c73c54
Octal2743363562570730774124
Binary101111001101111011101110101011110111110001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEEE; }

 p { color: rgb(188,222,238); }

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

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

 a { background-color: rgb(188,222,238); }

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

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

 span { border-color: rgb(188,222,238); }

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