Html Css Color HEX #BCD5DC Light Blue

📋 copy color: '#BCD5DC'

red 188 ◦ green 213 ◦ blue 220

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

Shades of Light Blue #BCD5DC

Tints of Light Blue #BCD5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

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

R = 30.27%
G = 34.3%
B = 35.43%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD5DC (or 0xBCD5DC) is known color: Light Blue. HEX triplet: BC, D5 and DC. RGB value is (188,213,220). Sum of RGB (Red+Green+Blue) = 188+213+220=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5DC is #432A23. Grayscale: #CECECE. Windows color (decimal): -4401700 or 14472636. OLE color: 14472636.

HSL color Cylindrical-coordinate representation of color #BCD5DC: hue angle of 193.12º 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 #BCD5DC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 213 220 -
CMYK 0.15 0.03 0 0.14
HSL 193.13º 0.31% 0.8% -
HSV(B) 193.13º 0.15% 0.86% -
XYZ 57.45 63.45 76.93 -
YUV 206.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 188 213 220 0.15 0.03 0 0.14 193.13 0.31 0.8
Hex BC D5 DC F 3 0 E C1 1F 50
Octal 274 325 334 17 3 0 16 301 37 120
Binary 10111100 11010101 11011100 1111 11 0 1110 11000001 11111 1010000

Color Harmonies of #BCD5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5DC

Black with #BCD5DC

Text Example


Text Example

White with #BCD5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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