Html Css Color HEX #BDCBD3 Spindle

📋 copy color: '#BDCBD3'

red 189 ◦ green 203 ◦ blue 211

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

Shades of Spindle #BDCBD3

Tints of Spindle #BDCBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.99%

R = 31.34%
G = 33.67%
B = 34.99%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDCBD3 (or 0xBDCBD3) is known color: Spindle. HEX triplet: BD, CB and D3. RGB value is (189,203,211). Sum of RGB (Red+Green+Blue) = 189+203+211=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD3 is #42342C. Grayscale: #C7C7C7. Windows color (decimal): -4338733 or 13880253. OLE color: 13880253.

HSL color Cylindrical-coordinate representation of color #BDCBD3: hue angle of 201.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCBD3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 203 211 -
CMYK 0.10 0.04 0 0.17
HSL 201.82º 0.2% 0.78% -
HSV(B) 201.82º 0.1% 0.83% -
XYZ 54.1 58.23 70.02 -
YUV 199.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 189 203 211 0.10 0.04 0 0.17 201.82 0.2 0.78
Hex BD CB D3 A 4 0 11 CA 14 4E
Octal 275 313 323 12 4 0 21 312 24 116
Binary 10111101 11001011 11010011 1010 100 0 10001 11001010 10100 1001110

Color Harmonies of #BDCBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBD3

Black with #BDCBD3

Text Example


Text Example

White with #BDCBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBD3; }

 p { color: rgb(189,203,211); }

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

background-color css

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

 a { background-color: rgb(189,203,211); }

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

border-color css

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

 span { border-color: rgb(189,203,211); }

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