Html Css Color HEX #BCDDE9 Onahau

📋 copy color: '#BCDDE9'

red 188 ◦ green 221 ◦ blue 233

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

Shades of Onahau #BCDDE9

Tints of Onahau #BCDDE9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.42%

 BLUE value IS 233 (91.41% from 255) = 36.29%

R = 29.28%
G = 34.42%
B = 36.29%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCDDE9 (or 0xBCDDE9) is known color: Onahau. HEX triplet: BC, DD and E9. RGB value is (188,221,233). Sum of RGB (Red+Green+Blue) = 188+221+233=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDE9 is #432216. Grayscale: #D4D4D4. Windows color (decimal): -4399639 or 15326652. OLE color: 15326652.

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

Color convert

RGB 188 221 233 -
CMYK 0.19 0.05 0 0.09
HSL 196º 0.51% 0.83% -
HSV(B) 196º 0.19% 0.91% -
XYZ 61.3 68.29 87.04 -
YUV 212.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 188 221 233 0.19 0.05 0 0.09 196 0.51 0.83
Hex BC DD E9 13 5 0 9 C4 33 53
Octal 274 335 351 23 5 0 11 304 63 123
Binary 10111100 11011101 11101001 10011 101 0 1001 11000100 110011 1010011

Color Harmonies of #BCDDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDE9

Black with #BCDDE9

Text Example


Text Example

White with #BCDDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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