Html Css Color HEX #BFCBD4 Spindle

📋 copy color: '#BFCBD4'

red 191 ◦ green 203 ◦ blue 212

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

Shades of Spindle #BFCBD4

Tints of Spindle #BFCBD4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

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

R = 31.52%
G = 33.5%
B = 34.98%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFCBD4 (or 0xBFCBD4) is known color: Spindle. HEX triplet: BF, CB and D4. RGB value is (191,203,212). Sum of RGB (Red+Green+Blue) = 191+203+212=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD4 is #40342B. Grayscale: #C8C8C8. Windows color (decimal): -4207660 or 13945791. OLE color: 13945791.

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

Color convert

RGB 191 203 212 -
CMYK 0.10 0.04 0 0.17
HSL 205.71º 0.2% 0.79% -
HSV(B) 205.71º 0.1% 0.83% -
XYZ 54.73 58.54 70.7 -
YUV 200.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 191 203 212 0.10 0.04 0 0.17 205.71 0.2 0.79
Hex BF CB D4 A 4 0 11 CE 14 4F
Octal 277 313 324 12 4 0 21 316 24 117
Binary 10111111 11001011 11010100 1010 100 0 10001 11001110 10100 1001111

Color Harmonies of #BFCBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBD4

Black with #BFCBD4

Text Example


Text Example

White with #BFCBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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