Html Css Color HEX #BCCBD6 Spindle

📋 copy color: '#BCCBD6'

red 188 ◦ green 203 ◦ blue 214

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

Shades of Spindle #BCCBD6

Tints of Spindle #BCCBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 31.07%
G = 33.55%
B = 35.37%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCCBD6 (or 0xBCCBD6) is known color: Spindle. HEX triplet: BC, CB and D6. RGB value is (188,203,214). Sum of RGB (Red+Green+Blue) = 188+203+214=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBD6 is #433429. Grayscale: #C7C7C7. Windows color (decimal): -4404266 or 14076860. OLE color: 14076860.

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

Color convert

RGB 188 203 214 -
CMYK 0.12 0.05 0 0.16
HSL 205.38º 0.24% 0.79% -
HSV(B) 205.38º 0.12% 0.84% -
XYZ 54.23 58.26 72 -
YUV 199.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 188 203 214 0.12 0.05 0 0.16 205.38 0.24 0.79
Hex BC CB D6 C 5 0 10 CD 18 4F
Octal 274 313 326 14 5 0 20 315 30 117
Binary 10111100 11001011 11010110 1100 101 0 10000 11001101 11000 1001111

Color Harmonies of #BCCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBD6

Black with #BCCBD6

Text Example


Text Example

White with #BCCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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