Html Css Color HEX #BCCBD7 Spindle

📋 copy color: '#BCCBD7'

red 188 ◦ green 203 ◦ blue 215

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

Shades of Spindle #BCCBD7

Tints of Spindle #BCCBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 31.02%
G = 33.5%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCCBD7 (or 0xBCCBD7) is known color: Spindle. HEX triplet: BC, CB and D7. RGB value is (188,203,215). Sum of RGB (Red+Green+Blue) = 188+203+215=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBD7 is #433428. Grayscale: #C7C7C7. Windows color (decimal): -4404265 or 14142396. OLE color: 14142396.

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

Color convert

RGB 188 203 215 -
CMYK 0.13 0.06 0 0.16
HSL 206.67º 0.25% 0.79% -
HSV(B) 206.67º 0.13% 0.84% -
XYZ 54.36 58.31 72.68 -
YUV 199.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 188 203 215 0.13 0.06 0 0.16 206.67 0.25 0.79
Hex BC CB D7 D 6 0 10 CF 19 4F
Octal 274 313 327 15 6 0 20 317 31 117
Binary 10111100 11001011 11010111 1101 110 0 10000 11001111 11001 1001111

Color Harmonies of #BCCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBD7

Black with #BCCBD7

Text Example


Text Example

White with #BCCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBD7; }

 p { color: rgb(188,203,215); }

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

background-color css

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

 a { background-color: rgb(188,203,215); }

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

border-color css

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

 span { border-color: rgb(188,203,215); }

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