Html Css Color HEX #BCCEDB Spindle

📋 copy color: '#BCCEDB'

red 188 ◦ green 206 ◦ blue 219

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

Shades of Spindle #BCCEDB

Tints of Spindle #BCCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.61%

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 30.67%
G = 33.61%
B = 35.73%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCCEDB (or 0xBCCEDB) is known color: Spindle. HEX triplet: BC, CE and DB. RGB value is (188,206,219). Sum of RGB (Red+Green+Blue) = 188+206+219=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEDB is #433124. Grayscale: #CACACA. Windows color (decimal): -4403493 or 14405308. OLE color: 14405308.

HSL color Cylindrical-coordinate representation of color #BCCEDB: hue angle of 205.16º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCEDB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 206 219 -
CMYK 0.14 0.06 0 0.14
HSL 205.16º 0.3% 0.8% -
HSV(B) 205.16º 0.14% 0.86% -
XYZ 55.6 59.95 75.66 -
YUV 202.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 188 206 219 0.14 0.06 0 0.14 205.16 0.3 0.8
Hex BC CE DB E 6 0 E CD 1E 50
Octal 274 316 333 16 6 0 16 315 36 120
Binary 10111100 11001110 11011011 1110 110 0 1110 11001101 11110 1010000

Color Harmonies of #BCCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEDB

Black with #BCCEDB

Text Example


Text Example

White with #BCCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEDB; }

 p { color: rgb(188,206,219); }

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

background-color css

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

 a { background-color: rgb(188,206,219); }

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

border-color css

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

 span { border-color: rgb(188,206,219); }

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