Html Css Color HEX #BFD2DF Spindle

📋 copy color: '#BFD2DF'

red 191 ◦ green 210 ◦ blue 223

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

Shades of Spindle #BFD2DF

Tints of Spindle #BFD2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.65%

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 30.61%
G = 33.65%
B = 35.74%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFD2DF (or 0xBFD2DF) is known color: Spindle. HEX triplet: BF, D2 and DF. RGB value is (191,210,223). Sum of RGB (Red+Green+Blue) = 191+210+223=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2DF is #402D20. Grayscale: #CDCDCD. Windows color (decimal): -4205857 or 14668479. OLE color: 14668479.

HSL color Cylindrical-coordinate representation of color #BFD2DF: hue angle of 204.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD2DF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 210 223 -
CMYK 0.14 0.06 0 0.13
HSL 204.38º 0.33% 0.81% -
HSV(B) 204.38º 0.14% 0.87% -
XYZ 57.85 62.5 78.83 -
YUV 205.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 191 210 223 0.14 0.06 0 0.13 204.38 0.33 0.81
Hex BF D2 DF E 6 0 D CC 21 51
Octal 277 322 337 16 6 0 15 314 41 121
Binary 10111111 11010010 11011111 1110 110 0 1101 11001100 100001 1010001

Color Harmonies of #BFD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2DF

Black with #BFD2DF

Text Example


Text Example

White with #BFD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2DF; }

 p { color: rgb(191,210,223); }

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

background-color css

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

 a { background-color: rgb(191,210,223); }

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

border-color css

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

 span { border-color: rgb(191,210,223); }

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