Html Css Color HEX #BCD4DC Light Blue

📋 copy color: '#BCD4DC'

red 188 ◦ green 212 ◦ blue 220

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

Shades of Light Blue #BCD4DC

Tints of Light Blue #BCD4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.19%

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

R = 30.32%
G = 34.19%
B = 35.48%

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

#BCD4DC (or 0xBCD4DC) is known color: Light Blue. HEX triplet: BC, D4 and DC. RGB value is (188,212,220). Sum of RGB (Red+Green+Blue) = 188+212+220=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4DC is #432B23. Grayscale: #CDCDCD. Windows color (decimal): -4401956 or 14472380. OLE color: 14472380.

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

Color convert

RGB 188 212 220 -
CMYK 0.15 0.04 0 0.14
HSL 195º 0.31% 0.8% -
HSV(B) 195º 0.15% 0.86% -
XYZ 57.2 62.95 76.85 -
YUV 205.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 188 212 220 0.15 0.04 0 0.14 195 0.31 0.8
Hex BC D4 DC F 4 0 E C3 1F 50
Octal 274 324 334 17 4 0 16 303 37 120
Binary 10111100 11010100 11011100 1111 100 0 1110 11000011 11111 1010000

Color Harmonies of #BCD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4DC

Black with #BCD4DC

Text Example


Text Example

White with #BCD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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