Html Css Color HEX #BDC1C8 Spindle

📋 copy color: '#BDC1C8'

red 189 ◦ green 193 ◦ blue 200

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

Shades of Spindle #BDC1C8

Tints of Spindle #BDC1C8

RGB

 RED value IS 189 (74.22% from 255) = 32.47%

 GREEN value IS 193 (75.78% from 255) = 33.16%

 BLUE value IS 200 (78.52% from 255) = 34.36%

R = 32.47%
G = 33.16%
B = 34.36%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDC1C8 (or 0xBDC1C8) is known color: Spindle. HEX triplet: BD, C1 and C8. RGB value is (189,193,200). Sum of RGB (Red+Green+Blue) = 189+193+200=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDC1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1C8 is #423E37. Grayscale: #C0C0C0. Windows color (decimal): -4341304 or 13156797. OLE color: 13156797.

HSL color Cylindrical-coordinate representation of color #BDC1C8: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC1C8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 193 200 -
CMYK 0.06 0.04 0 0.22
HSL 218.18º 0.09% 0.76% -
HSV(B) 218.18º 0.06% 0.78% -
XYZ 50.48 53.13 62.24 -
YUV 192.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 189 193 200 0.06 0.04 0 0.22 218.18 0.09 0.76
Hex BD C1 C8 6 4 0 16 DA 9 4C
Octal 275 301 310 6 4 0 26 332 11 114
Binary 10111101 11000001 11001000 110 100 0 10110 11011010 1001 1001100

Color Harmonies of #BDC1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1C8

Black with #BDC1C8

Text Example


Text Example

White with #BDC1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1C8; }

 p { color: rgb(189,193,200); }

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

background-color css

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

 a { background-color: rgb(189,193,200); }

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

border-color css

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

 span { border-color: rgb(189,193,200); }

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