Html Css Color HEX #BDCAD2 Spindle

📋 copy color: '#BDCAD2'

red 189 ◦ green 202 ◦ blue 210

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

Shades of Spindle #BDCAD2

Tints of Spindle #BDCAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 31.45%
G = 33.61%
B = 34.94%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDCAD2 (or 0xBDCAD2) is known color: Spindle. HEX triplet: BD, CA and D2. RGB value is (189,202,210). Sum of RGB (Red+Green+Blue) = 189+202+210=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAD2 is #42352D. Grayscale: #C6C6C6. Windows color (decimal): -4338990 or 13814461. OLE color: 13814461.

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

Color convert

RGB 189 202 210 -
CMYK 0.10 0.04 0 0.18
HSL 202.86º 0.19% 0.78% -
HSV(B) 202.86º 0.1% 0.82% -
XYZ 53.74 57.71 69.28 -
YUV 199.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 189 202 210 0.10 0.04 0 0.18 202.86 0.19 0.78
Hex BD CA D2 A 4 0 12 CB 13 4E
Octal 275 312 322 12 4 0 22 313 23 116
Binary 10111101 11001010 11010010 1010 100 0 10010 11001011 10011 1001110

Color Harmonies of #BDCAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAD2

Black with #BDCAD2

Text Example


Text Example

White with #BDCAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAD2; }

 p { color: rgb(189,202,210); }

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

background-color css

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

 a { background-color: rgb(189,202,210); }

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

border-color css

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

 span { border-color: rgb(189,202,210); }

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