Html Css Color HEX #BCCCDE Spindle

📋 copy color: '#BCCCDE'

red 188 ◦ green 204 ◦ blue 222

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

Shades of Spindle #BCCCDE

Tints of Spindle #BCCCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.22%

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 30.62%
G = 33.22%
B = 36.16%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCCCDE (or 0xBCCCDE) is known color: Spindle. HEX triplet: BC, CC and DE. RGB value is (188,204,222). Sum of RGB (Red+Green+Blue) = 188+204+222=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDE is #433321. Grayscale: #C9C9C9. Windows color (decimal): -4404002 or 14601404. OLE color: 14601404.

HSL color Cylindrical-coordinate representation of color #BCCCDE: hue angle of 211.76º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCCDE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 204 222 -
CMYK 0.15 0.08 0 0.13
HSL 211.76º 0.34% 0.8% -
HSV(B) 211.76º 0.15% 0.87% -
XYZ 55.52 59.15 77.6 -
YUV 201.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 188 204 222 0.15 0.08 0 0.13 211.76 0.34 0.8
Hex BC CC DE F 8 0 D D4 22 50
Octal 274 314 336 17 10 0 15 324 42 120
Binary 10111100 11001100 11011110 1111 1000 0 1101 11010100 100010 1010000

Color Harmonies of #BCCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCDE

Black with #BCCCDE

Text Example


Text Example

White with #BCCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCDE; }

 p { color: rgb(188,204,222); }

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

background-color css

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

 a { background-color: rgb(188,204,222); }

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

border-color css

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

 span { border-color: rgb(188,204,222); }

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