Html Css Color HEX #BCDDEB Onahau

📋 copy color: '#BCDDEB'

red 188 ◦ green 221 ◦ blue 235

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

Shades of Onahau #BCDDEB

Tints of Onahau #BCDDEB

RGB

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

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

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

R = 29.19%
G = 34.32%
B = 36.49%

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

#BCDDEB (or 0xBCDDEB) is known color: Onahau. HEX triplet: BC, DD and EB. RGB value is (188,221,235). Sum of RGB (Red+Green+Blue) = 188+221+235=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDEB is #432214. Grayscale: #D4D4D4. Windows color (decimal): -4399637 or 15457724. OLE color: 15457724.

HSL color Cylindrical-coordinate representation of color #BCDDEB: hue angle of 197.87º 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 #BCDDEB is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 221 235 -
CMYK 0.2 0.06 0 0.08
HSL 197.87º 0.54% 0.83% -
HSV(B) 197.87º 0.2% 0.92% -
XYZ 61.59 68.4 88.55 -
YUV 212.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 188 221 235 0.2 0.06 0 0.08 197.87 0.54 0.83
Hex BC DD EB 14 6 0 8 C6 36 53
Octal 274 335 353 24 6 0 10 306 66 123
Binary 10111100 11011101 11101011 10100 110 0 1000 11000110 110110 1010011

Color Harmonies of #BCDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDEB

Black with #BCDDEB

Text Example


Text Example

White with #BCDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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