Html Css Color HEX #BCD1D7 Light Blue

📋 copy color: '#BCD1D7'

red 188 ◦ green 209 ◦ blue 215

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

Shades of Light Blue #BCD1D7

Tints of Light Blue #BCD1D7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.15%

 BLUE value IS 215 (84.38% from 255) = 35.13%

R = 30.72%
G = 34.15%
B = 35.13%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCD1D7 (or 0xBCD1D7) is known color: Light Blue. HEX triplet: BC, D1 and D7. RGB value is (188,209,215). Sum of RGB (Red+Green+Blue) = 188+209+215=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCD1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1D7 is #432E28. Grayscale: #CBCBCB. Windows color (decimal): -4402729 or 14143932. OLE color: 14143932.

HSL color Cylindrical-coordinate representation of color #BCD1D7: hue angle of 193.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD1D7 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 209 215 -
CMYK 0.13 0.03 0 0.16
HSL 193.33º 0.25% 0.79% -
HSV(B) 193.33º 0.13% 0.84% -
XYZ 55.81 61.2 73.16 -
YUV 203.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 188 209 215 0.13 0.03 0 0.16 193.33 0.25 0.79
Hex BC D1 D7 D 3 0 10 C1 19 4F
Octal 274 321 327 15 3 0 20 301 31 117
Binary 10111100 11010001 11010111 1101 11 0 10000 11000001 11001 1001111

Color Harmonies of #BCD1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1D7

Black with #BCD1D7

Text Example


Text Example

White with #BCD1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1D7; }

 p { color: rgb(188,209,215); }

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

background-color css

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

 a { background-color: rgb(188,209,215); }

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

border-color css

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

 span { border-color: rgb(188,209,215); }

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