Html Css Color HEX #BCCDDB Spindle

📋 copy color: '#BCCDDB'

red 188 ◦ green 205 ◦ blue 219

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

Shades of Spindle #BCCDDB

Tints of Spindle #BCCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.5%

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

R = 30.72%
G = 33.5%
B = 35.78%

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

#BCCDDB (or 0xBCCDDB) is known color: Spindle. HEX triplet: BC, CD and DB. RGB value is (188,205,219). Sum of RGB (Red+Green+Blue) = 188+205+219=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDDB is #433224. Grayscale: #C9C9C9. Windows color (decimal): -4403749 or 14405052. OLE color: 14405052.

HSL color Cylindrical-coordinate representation of color #BCCDDB: hue angle of 207.1º 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 #BCCDDB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 205 219 -
CMYK 0.14 0.06 0 0.14
HSL 207.1º 0.3% 0.8% -
HSV(B) 207.1º 0.14% 0.86% -
XYZ 55.36 59.47 75.58 -
YUV 201.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 188 205 219 0.14 0.06 0 0.14 207.1 0.3 0.8
Hex BC CD DB E 6 0 E CF 1E 50
Octal 274 315 333 16 6 0 16 317 36 120
Binary 10111100 11001101 11011011 1110 110 0 1110 11001111 11110 1010000

Color Harmonies of #BCCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDDB

Black with #BCCDDB

Text Example


Text Example

White with #BCCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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