Html Css Color HEX #BCD6E8 Light Blue

📋 copy color: '#BCD6E8'

red 188 ◦ green 214 ◦ blue 232

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

Shades of Light Blue #BCD6E8

Tints of Light Blue #BCD6E8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.75%

 BLUE value IS 232 (91.02% from 255) = 36.59%

R = 29.65%
G = 33.75%
B = 36.59%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCD6E8 (or 0xBCD6E8) is known color: Light Blue. HEX triplet: BC, D6 and E8. RGB value is (188,214,232). Sum of RGB (Red+Green+Blue) = 188+214+232=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCD6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6E8 is #432917. Grayscale: #D0D0D0. Windows color (decimal): -4401432 or 15259324. OLE color: 15259324.

HSL color Cylindrical-coordinate representation of color #BCD6E8: hue angle of 204.55º degrees, saturation: 0.49, 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 #BCD6E8 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 214 232 -
CMYK 0.19 0.08 0 0.09
HSL 204.55º 0.49% 0.82% -
HSV(B) 204.55º 0.19% 0.91% -
XYZ 59.35 64.61 85.69 -
YUV 208.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 188 214 232 0.19 0.08 0 0.09 204.55 0.49 0.82
Hex BC D6 E8 13 8 0 9 CD 31 52
Octal 274 326 350 23 10 0 11 315 61 122
Binary 10111100 11010110 11101000 10011 1000 0 1001 11001101 110001 1010010

Color Harmonies of #BCD6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6E8

Black with #BCD6E8

Text Example


Text Example

White with #BCD6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6E8; }

 p { color: rgb(188,214,232); }

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

background-color css

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

 a { background-color: rgb(188,214,232); }

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

border-color css

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

 span { border-color: rgb(188,214,232); }

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