Html Css Color HEX #BCD2DC Light Blue

📋 copy color: '#BCD2DC'

red 188 ◦ green 210 ◦ blue 220

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

Shades of Light Blue #BCD2DC

Tints of Light Blue #BCD2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

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

R = 30.42%
G = 33.98%
B = 35.6%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD2DC (or 0xBCD2DC) is known color: Light Blue. HEX triplet: BC, D2 and DC. RGB value is (188,210,220). Sum of RGB (Red+Green+Blue) = 188+210+220=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2DC is #432D23. Grayscale: #CCCCCC. Windows color (decimal): -4402468 or 14471868. OLE color: 14471868.

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

Color convert

RGB 188 210 220 -
CMYK 0.15 0.05 0 0.14
HSL 198.75º 0.31% 0.8% -
HSV(B) 198.75º 0.15% 0.86% -
XYZ 56.7 61.95 76.68 -
YUV 204.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 188 210 220 0.15 0.05 0 0.14 198.75 0.31 0.8
Hex BC D2 DC F 5 0 E C7 1F 50
Octal 274 322 334 17 5 0 16 307 37 120
Binary 10111100 11010010 11011100 1111 101 0 1110 11000111 11111 1010000

Color Harmonies of #BCD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2DC

Black with #BCD2DC

Text Example


Text Example

White with #BCD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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