#BCDDE7

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

Shades of Onahau #BCDDE7

Tints of Onahau #BCDDE7

Color information

#BCDDE7 (or 0xBCDDE7) is unknown color: approx Onahau. HEX triplet: BC, DD and E7. RGB value is (188,221,231). Sum of RGB (Red+Green+Blue) = 188+221+231=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDE7 is #432218. Grayscale: #D4D4D4. Windows color (decimal): -4399641 or 15195580. OLE color: 15195580.

HSL color Cylindrical-coordinate representation of color #BCDDE7: hue angle of 193.95º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDDE7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188221231-
CMYK0.190.0400.09
HSL193.95º47.25%82.16%-
HSV(B)193.95º18.61%90.59%-
XYZ61.0268.1785.54-
YUV212.27138.57110.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=29.38%
G=34.53%
B=36.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882212310.190.0400.09193.9547.2582.16
HexBCDDE713409c22f52
Octal27433534723401130257122
Binary1011110011011101111001111001110001001110000101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDE7; }

 p { color: rgb(188,221,231); }

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

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

 a { background-color: rgb(188,221,231); }

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

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

 span { border-color: rgb(188,221,231); }

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