Html Css Color HEX #BCD5DF Light Blue

📋 copy color: '#BCD5DF'

red 188 ◦ green 213 ◦ blue 223

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

Shades of Light Blue #BCD5DF

Tints of Light Blue #BCD5DF

RGB

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

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

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

R = 30.13%
G = 34.13%
B = 35.74%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCD5DF (or 0xBCD5DF) is known color: Light Blue. HEX triplet: BC, D5 and DF. RGB value is (188,213,223). Sum of RGB (Red+Green+Blue) = 188+213+223=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5DF is #432A20. Grayscale: #CECECE. Windows color (decimal): -4401697 or 14669244. OLE color: 14669244.

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

Color convert

RGB 188 213 223 -
CMYK 0.16 0.04 0 0.13
HSL 197.14º 0.35% 0.81% -
HSV(B) 197.14º 0.16% 0.87% -
XYZ 57.85 63.61 79.04 -
YUV 206.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 188 213 223 0.16 0.04 0 0.13 197.14 0.35 0.81
Hex BC D5 DF 10 4 0 D C5 23 51
Octal 274 325 337 20 4 0 15 305 43 121
Binary 10111100 11010101 11011111 10000 100 0 1101 11000101 100011 1010001

Color Harmonies of #BCD5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5DF

Black with #BCD5DF

Text Example


Text Example

White with #BCD5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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