Html Css Color HEX #BCDEEB Onahau

📋 copy color: '#BCDEEB'

red 188 ◦ green 222 ◦ blue 235

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

Shades of Onahau #BCDEEB

Tints of Onahau #BCDEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 29.15%
G = 34.42%
B = 36.43%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCDEEB (or 0xBCDEEB) is known color: Onahau. HEX triplet: BC, DE and EB. RGB value is (188,222,235). Sum of RGB (Red+Green+Blue) = 188+222+235=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEEB is #432114. Grayscale: #D5D5D5. Windows color (decimal): -4399381 or 15457980. OLE color: 15457980.

HSL color Cylindrical-coordinate representation of color #BCDEEB: hue angle of 196.6º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDEEB is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 222 235 -
CMYK 0.2 0.06 0 0.08
HSL 196.6º 0.54% 0.83% -
HSV(B) 196.6º 0.2% 0.92% -
XYZ 61.86 68.93 88.64 -
YUV 213.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 188 222 235 0.2 0.06 0 0.08 196.6 0.54 0.83
Hex BC DE EB 14 6 0 8 C5 36 53
Octal 274 336 353 24 6 0 10 305 66 123
Binary 10111100 11011110 11101011 10100 110 0 1000 11000101 110110 1010011

Color Harmonies of #BCDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEEB

Black with #BCDEEB

Text Example


Text Example

White with #BCDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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