Html Css Color HEX #BCD3DF Light Blue

📋 copy color: '#BCD3DF'

red 188 ◦ green 211 ◦ blue 223

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

Shades of Light Blue #BCD3DF

Tints of Light Blue #BCD3DF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.92%

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 30.23%
G = 33.92%
B = 35.85%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCD3DF (or 0xBCD3DF) is known color: Light Blue. HEX triplet: BC, D3 and DF. RGB value is (188,211,223). Sum of RGB (Red+Green+Blue) = 188+211+223=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3DF is #432C20. Grayscale: #CDCDCD. Windows color (decimal): -4402209 or 14668732. OLE color: 14668732.

HSL color Cylindrical-coordinate representation of color #BCD3DF: hue angle of 200.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD3DF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 211 223 -
CMYK 0.16 0.05 0 0.13
HSL 200.57º 0.35% 0.81% -
HSV(B) 200.57º 0.16% 0.87% -
XYZ 57.35 62.61 78.87 -
YUV 205.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 188 211 223 0.16 0.05 0 0.13 200.57 0.35 0.81
Hex BC D3 DF 10 5 0 D C9 23 51
Octal 274 323 337 20 5 0 15 311 43 121
Binary 10111100 11010011 11011111 10000 101 0 1101 11001001 100011 1010001

Color Harmonies of #BCD3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3DF

Black with #BCD3DF

Text Example


Text Example

White with #BCD3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3DF; }

 p { color: rgb(188,211,223); }

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

background-color css

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

 a { background-color: rgb(188,211,223); }

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

border-color css

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

 span { border-color: rgb(188,211,223); }

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