Html Css Color HEX #BCCCD8 Spindle

📋 copy color: '#BCCCD8'

red 188 ◦ green 204 ◦ blue 216

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

Shades of Spindle #BCCCD8

Tints of Spindle #BCCCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.53%

R = 30.92%
G = 33.55%
B = 35.53%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCCCD8 (or 0xBCCCD8) is known color: Spindle. HEX triplet: BC, CC and D8. RGB value is (188,204,216). Sum of RGB (Red+Green+Blue) = 188+204+216=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD8 is #433327. Grayscale: #C8C8C8. Windows color (decimal): -4404008 or 14208188. OLE color: 14208188.

HSL color Cylindrical-coordinate representation of color #BCCCD8: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCCD8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 204 216 -
CMYK 0.13 0.06 0 0.15
HSL 205.71º 0.26% 0.79% -
HSV(B) 205.71º 0.13% 0.85% -
XYZ 54.73 58.83 73.44 -
YUV 200.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 188 204 216 0.13 0.06 0 0.15 205.71 0.26 0.79
Hex BC CC D8 D 6 0 F CE 1A 4F
Octal 274 314 330 15 6 0 17 316 32 117
Binary 10111100 11001100 11011000 1101 110 0 1111 11001110 11010 1001111

Color Harmonies of #BCCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCD8

Black with #BCCCD8

Text Example


Text Example

White with #BCCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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