Html Css Color HEX #BCD3DC Light Blue

📋 copy color: '#BCD3DC'

red 188 ◦ green 211 ◦ blue 220

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

Shades of Light Blue #BCD3DC

Tints of Light Blue #BCD3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 30.37%
G = 34.09%
B = 35.54%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD3DC (or 0xBCD3DC) is known color: Light Blue. HEX triplet: BC, D3 and DC. RGB value is (188,211,220). Sum of RGB (Red+Green+Blue) = 188+211+220=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3DC is #432C23. Grayscale: #CDCDCD. Windows color (decimal): -4402212 or 14472124. OLE color: 14472124.

HSL color Cylindrical-coordinate representation of color #BCD3DC: hue angle of 196.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD3DC is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 211 220 -
CMYK 0.15 0.04 0 0.14
HSL 196.88º 0.31% 0.8% -
HSV(B) 196.88º 0.15% 0.86% -
XYZ 56.95 62.45 76.76 -
YUV 205.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 188 211 220 0.15 0.04 0 0.14 196.88 0.31 0.8
Hex BC D3 DC F 4 0 E C5 1F 50
Octal 274 323 334 17 4 0 16 305 37 120
Binary 10111100 11010011 11011100 1111 100 0 1110 11000101 11111 1010000

Color Harmonies of #BCD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3DC

Black with #BCD3DC

Text Example


Text Example

White with #BCD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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