Html Css Color HEX #BCD5DD Light Blue

📋 copy color: '#BCD5DD'

red 188 ◦ green 213 ◦ blue 221

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

Shades of Light Blue #BCD5DD

Tints of Light Blue #BCD5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 30.23%
G = 34.24%
B = 35.53%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCD5DD (or 0xBCD5DD) is known color: Light Blue. HEX triplet: BC, D5 and DD. RGB value is (188,213,221). Sum of RGB (Red+Green+Blue) = 188+213+221=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5DD is #432A22. Grayscale: #CECECE. Windows color (decimal): -4401699 or 14538172. OLE color: 14538172.

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

Color convert

RGB 188 213 221 -
CMYK 0.15 0.04 0 0.13
HSL 194.55º 0.33% 0.8% -
HSV(B) 194.55º 0.15% 0.87% -
XYZ 57.58 63.5 77.63 -
YUV 206.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 188 213 221 0.15 0.04 0 0.13 194.55 0.33 0.8
Hex BC D5 DD F 4 0 D C3 21 50
Octal 274 325 335 17 4 0 15 303 41 120
Binary 10111100 11010101 11011101 1111 100 0 1101 11000011 100001 1010000

Color Harmonies of #BCD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5DD

Black with #BCD5DD

Text Example


Text Example

White with #BCD5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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