Html Css Color HEX #BFCAD2 Spindle

📋 copy color: '#BFCAD2'

red 191 ◦ green 202 ◦ blue 210

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

Shades of Spindle #BFCAD2

Tints of Spindle #BFCAD2

RGB

 RED value IS 191 (75% from 255) = 31.67%

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

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

R = 31.67%
G = 33.5%
B = 34.83%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFCAD2 (or 0xBFCAD2) is known color: Spindle. HEX triplet: BF, CA and D2. RGB value is (191,202,210). Sum of RGB (Red+Green+Blue) = 191+202+210=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAD2 is #40352D. Grayscale: #C7C7C7. Windows color (decimal): -4207918 or 13814463. OLE color: 13814463.

HSL color Cylindrical-coordinate representation of color #BFCAD2: hue angle of 205.26º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCAD2 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 202 210 -
CMYK 0.09 0.04 0 0.18
HSL 205.26º 0.17% 0.79% -
HSV(B) 205.26º 0.09% 0.82% -
XYZ 54.24 57.97 69.3 -
YUV 199.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 191 202 210 0.09 0.04 0 0.18 205.26 0.17 0.79
Hex BF CA D2 9 4 0 12 CD 11 4F
Octal 277 312 322 11 4 0 22 315 21 117
Binary 10111111 11001010 11010010 1001 100 0 10010 11001101 10001 1001111

Color Harmonies of #BFCAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAD2

Black with #BFCAD2

Text Example


Text Example

White with #BFCAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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