Html Css Color HEX #BFCED4 Spindle

📋 copy color: '#BFCED4'

red 191 ◦ green 206 ◦ blue 212

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

Shades of Spindle #BFCED4

Tints of Spindle #BFCED4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.83%

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

R = 31.36%
G = 33.83%
B = 34.81%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFCED4 (or 0xBFCED4) is known color: Spindle. HEX triplet: BF, CE and D4. RGB value is (191,206,212). Sum of RGB (Red+Green+Blue) = 191+206+212=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED4 is #40312B. Grayscale: #CACACA. Windows color (decimal): -4206892 or 13946559. OLE color: 13946559.

HSL color Cylindrical-coordinate representation of color #BFCED4: hue angle of 197.14º 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 #BFCED4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 206 212 -
CMYK 0.10 0.03 0 0.17
HSL 197.14º 0.2% 0.79% -
HSV(B) 197.14º 0.1% 0.83% -
XYZ 55.44 59.97 70.94 -
YUV 202.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 191 206 212 0.10 0.03 0 0.17 197.14 0.2 0.79
Hex BF CE D4 A 3 0 11 C5 14 4F
Octal 277 316 324 12 3 0 21 305 24 117
Binary 10111111 11001110 11010100 1010 11 0 10001 11000101 10100 1001111

Color Harmonies of #BFCED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCED4

Black with #BFCED4

Text Example


Text Example

White with #BFCED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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