Html Css Color HEX #BCD3DE Light Blue

📋 copy color: '#BCD3DE'

red 188 ◦ green 211 ◦ blue 222

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

Shades of Light Blue #BCD3DE

Tints of Light Blue #BCD3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.98%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 30.27%
G = 33.98%
B = 35.75%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCD3DE (or 0xBCD3DE) is known color: Light Blue. HEX triplet: BC, D3 and DE. RGB value is (188,211,222). Sum of RGB (Red+Green+Blue) = 188+211+222=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCD3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3DE is #432C21. Grayscale: #CDCDCD. Windows color (decimal): -4402210 or 14603196. OLE color: 14603196.

HSL color Cylindrical-coordinate representation of color #BCD3DE: hue angle of 199.41º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD3DE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 211 222 -
CMYK 0.15 0.05 0 0.13
HSL 199.41º 0.34% 0.8% -
HSV(B) 199.41º 0.15% 0.87% -
XYZ 57.22 62.55 78.17 -
YUV 205.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 188 211 222 0.15 0.05 0 0.13 199.41 0.34 0.8
Hex BC D3 DE F 5 0 D C7 22 50
Octal 274 323 336 17 5 0 15 307 42 120
Binary 10111100 11010011 11011110 1111 101 0 1101 11000111 100010 1010000

Color Harmonies of #BCD3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3DE

Black with #BCD3DE

Text Example


Text Example

White with #BCD3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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