Html Css Color HEX #BCD4DD Light Blue

📋 copy color: '#BCD4DD'

red 188 ◦ green 212 ◦ blue 221

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

Shades of Light Blue #BCD4DD

Tints of Light Blue #BCD4DD

RGB

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

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

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

R = 30.27%
G = 34.14%
B = 35.59%

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

#BCD4DD (or 0xBCD4DD) is known color: Light Blue. HEX triplet: BC, D4 and DD. RGB value is (188,212,221). Sum of RGB (Red+Green+Blue) = 188+212+221=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4DD is #432B22. Grayscale: #CDCDCD. Windows color (decimal): -4401955 or 14537916. OLE color: 14537916.

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

Color convert

RGB 188 212 221 -
CMYK 0.15 0.04 0 0.13
HSL 196.36º 0.33% 0.8% -
HSV(B) 196.36º 0.15% 0.87% -
XYZ 57.33 63 77.54 -
YUV 205.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 188 212 221 0.15 0.04 0 0.13 196.36 0.33 0.8
Hex BC D4 DD F 4 0 D C4 21 50
Octal 274 324 335 17 4 0 15 304 41 120
Binary 10111100 11010100 11011101 1111 100 0 1101 11000100 100001 1010000

Color Harmonies of #BCD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4DD

Black with #BCD4DD

Text Example


Text Example

White with #BCD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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