Html Css Color HEX #BCD9E5 Light Blue

📋 copy color: '#BCD9E5'

red 188 ◦ green 217 ◦ blue 229

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

Shades of Light Blue #BCD9E5

Tints of Light Blue #BCD9E5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.23%

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

R = 29.65%
G = 34.23%
B = 36.12%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCD9E5 (or 0xBCD9E5) is known color: Light Blue. HEX triplet: BC, D9 and E5. RGB value is (188,217,229). Sum of RGB (Red+Green+Blue) = 188+217+229=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9E5 is #43261A. Grayscale: #D1D1D1. Windows color (decimal): -4400667 or 15063484. OLE color: 15063484.

HSL color Cylindrical-coordinate representation of color #BCD9E5: hue angle of 197.56º 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 #BCD9E5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 217 229 -
CMYK 0.18 0.05 0 0.10
HSL 197.56º 0.44% 0.82% -
HSV(B) 197.56º 0.18% 0.9% -
XYZ 59.69 65.97 83.72 -
YUV 209.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 188 217 229 0.18 0.05 0 0.10 197.56 0.44 0.82
Hex BC D9 E5 12 5 0 A C6 2C 52
Octal 274 331 345 22 5 0 12 306 54 122
Binary 10111100 11011001 11100101 10010 101 0 1010 11000110 101100 1010010

Color Harmonies of #BCD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9E5

Black with #BCD9E5

Text Example


Text Example

White with #BCD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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