Html Css Color HEX #BFCFDA Spindle

📋 copy color: '#BFCFDA'

red 191 ◦ green 207 ◦ blue 218

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

Shades of Spindle #BFCFDA

Tints of Spindle #BFCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.6%

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 31.01%
G = 33.6%
B = 35.39%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFCFDA (or 0xBFCFDA) is known color: Spindle. HEX triplet: BF, CF and DA. RGB value is (191,207,218). Sum of RGB (Red+Green+Blue) = 191+207+218=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFDA is #403025. Grayscale: #CBCBCB. Windows color (decimal): -4206630 or 14340031. OLE color: 14340031.

HSL color Cylindrical-coordinate representation of color #BFCFDA: hue angle of 204.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCFDA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 207 218 -
CMYK 0.12 0.05 0 0.15
HSL 204.44º 0.27% 0.8% -
HSV(B) 204.44º 0.12% 0.85% -
XYZ 56.45 60.76 75.08 -
YUV 203.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 191 207 218 0.12 0.05 0 0.15 204.44 0.27 0.8
Hex BF CF DA C 5 0 F CC 1B 50
Octal 277 317 332 14 5 0 17 314 33 120
Binary 10111111 11001111 11011010 1100 101 0 1111 11001100 11011 1010000

Color Harmonies of #BFCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFDA

Black with #BFCFDA

Text Example


Text Example

White with #BFCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFDA; }

 p { color: rgb(191,207,218); }

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

background-color css

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

 a { background-color: rgb(191,207,218); }

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

border-color css

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

 span { border-color: rgb(191,207,218); }

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