Html Css Color HEX #BFCDD5 Spindle

📋 copy color: '#BFCDD5'

red 191 ◦ green 205 ◦ blue 213

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

Shades of Spindle #BFCDD5

Tints of Spindle #BFCDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.66%

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 31.36%
G = 33.66%
B = 34.98%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFCDD5 (or 0xBFCDD5) is known color: Spindle. HEX triplet: BF, CD and D5. RGB value is (191,205,213). Sum of RGB (Red+Green+Blue) = 191+205+213=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD5 is #40322A. Grayscale: #C9C9C9. Windows color (decimal): -4207147 or 14011839. OLE color: 14011839.

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

Color convert

RGB 191 205 213 -
CMYK 0.10 0.04 0 0.16
HSL 201.82º 0.21% 0.79% -
HSV(B) 201.82º 0.1% 0.84% -
XYZ 55.33 59.54 71.53 -
YUV 201.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 191 205 213 0.10 0.04 0 0.16 201.82 0.21 0.79
Hex BF CD D5 A 4 0 10 CA 15 4F
Octal 277 315 325 12 4 0 20 312 25 117
Binary 10111111 11001101 11010101 1010 100 0 10000 11001010 10101 1001111

Color Harmonies of #BFCDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDD5

Black with #BFCDD5

Text Example


Text Example

White with #BFCDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDD5; }

 p { color: rgb(191,205,213); }

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

background-color css

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

 a { background-color: rgb(191,205,213); }

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

border-color css

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

 span { border-color: rgb(191,205,213); }

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