Html Css Color HEX #BCDEE5 Onahau

📋 copy color: '#BCDEE5'

red 188 ◦ green 222 ◦ blue 229

#BCDEE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BCDEE5

Tints of Onahau #BCDEE5

RGB

 RED value IS 188 (73.83% from 255) = 29.42%

 GREEN value IS 222 (87.11% from 255) = 34.74%

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 29.42%
G = 34.74%
B = 35.84%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCDEE5 (or 0xBCDEE5) is known color: Onahau. HEX triplet: BC, DE and E5. RGB value is (188,222,229). Sum of RGB (Red+Green+Blue) = 188+222+229=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE5 is #43211A. Grayscale: #D4D4D4. Windows color (decimal): -4399387 or 15064764. OLE color: 15064764.

HSL color Cylindrical-coordinate representation of color #BCDEE5: hue angle of 190.24º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDEE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 222 229 -
CMYK 0.18 0.03 0 0.10
HSL 190.24º 0.44% 0.82% -
HSV(B) 190.24º 0.18% 0.9% -
XYZ 61 68.59 84.15 -
YUV 212.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 188 222 229 0.18 0.03 0 0.10 190.24 0.44 0.82
Hex BC DE E5 12 3 0 A BE 2C 52
Octal 274 336 345 22 3 0 12 276 54 122
Binary 10111100 11011110 11100101 10010 11 0 1010 10111110 101100 1010010

Color Harmonies of #BCDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEE5

Black with #BCDEE5

Text Example


Text Example

White with #BCDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEE5; }

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

 H1.HeaderClassName
 {
   color: #BCDEE5;
 }
 .AnyTagClassName
 {
   color: #BCDEE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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