Html Css Color HEX #BFCAD4 Spindle

📋 copy color: '#BFCAD4'

red 191 ◦ green 202 ◦ blue 212

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

Shades of Spindle #BFCAD4

Tints of Spindle #BFCAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 31.57%
G = 33.39%
B = 35.04%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFCAD4 (or 0xBFCAD4) is known color: Spindle. HEX triplet: BF, CA and D4. RGB value is (191,202,212). Sum of RGB (Red+Green+Blue) = 191+202+212=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAD4 is #40352B. Grayscale: #C7C7C7. Windows color (decimal): -4207916 or 13945535. OLE color: 13945535.

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

Color convert

RGB 191 202 212 -
CMYK 0.10 0.05 0 0.17
HSL 208.57º 0.2% 0.79% -
HSV(B) 208.57º 0.1% 0.83% -
XYZ 54.49 58.07 70.62 -
YUV 199.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 191 202 212 0.10 0.05 0 0.17 208.57 0.2 0.79
Hex BF CA D4 A 5 0 11 D1 14 4F
Octal 277 312 324 12 5 0 21 321 24 117
Binary 10111111 11001010 11010100 1010 101 0 10001 11010001 10100 1001111

Color Harmonies of #BFCAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAD4

Black with #BFCAD4

Text Example


Text Example

White with #BFCAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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