Html Css Color HEX #BCD9E1 Light Blue

📋 copy color: '#BCD9E1'

red 188 ◦ green 217 ◦ blue 225

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

Shades of Light Blue #BCD9E1

Tints of Light Blue #BCD9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.71%

R = 29.84%
G = 34.44%
B = 35.71%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCD9E1 (or 0xBCD9E1) is known color: Light Blue. HEX triplet: BC, D9 and E1. RGB value is (188,217,225). Sum of RGB (Red+Green+Blue) = 188+217+225=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCD9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9E1 is #43261E. Grayscale: #D1D1D1. Windows color (decimal): -4400671 or 14801340. OLE color: 14801340.

HSL color Cylindrical-coordinate representation of color #BCD9E1: hue angle of 192.97º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD9E1 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 217 225 -
CMYK 0.16 0.04 0 0.12
HSL 192.97º 0.38% 0.81% -
HSV(B) 192.97º 0.16% 0.88% -
XYZ 59.14 65.75 80.81 -
YUV 209.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 188 217 225 0.16 0.04 0 0.12 192.97 0.38 0.81
Hex BC D9 E1 10 4 0 C C1 26 51
Octal 274 331 341 20 4 0 14 301 46 121
Binary 10111100 11011001 11100001 10000 100 0 1100 11000001 100110 1010001

Color Harmonies of #BCD9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9E1

Black with #BCD9E1

Text Example


Text Example

White with #BCD9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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