Html Css Color HEX #BFCCD2 Spindle

📋 copy color: '#BFCCD2'

red 191 ◦ green 204 ◦ blue 210

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

Shades of Spindle #BFCCD2

Tints of Spindle #BFCCD2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.72%

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 31.57%
G = 33.72%
B = 34.71%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFCCD2 (or 0xBFCCD2) is known color: Spindle. HEX triplet: BF, CC and D2. RGB value is (191,204,210). Sum of RGB (Red+Green+Blue) = 191+204+210=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD2 is #40332D. Grayscale: #C8C8C8. Windows color (decimal): -4207406 or 13814975. OLE color: 13814975.

HSL color Cylindrical-coordinate representation of color #BFCCD2: hue angle of 198.95º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCCD2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 204 210 -
CMYK 0.09 0.03 0 0.18
HSL 198.95º 0.17% 0.79% -
HSV(B) 198.95º 0.09% 0.82% -
XYZ 54.71 58.92 69.46 -
YUV 200.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 191 204 210 0.09 0.03 0 0.18 198.95 0.17 0.79
Hex BF CC D2 9 3 0 12 C7 11 4F
Octal 277 314 322 11 3 0 22 307 21 117
Binary 10111111 11001100 11010010 1001 11 0 10010 11000111 10001 1001111

Color Harmonies of #BFCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCD2

Black with #BFCCD2

Text Example


Text Example

White with #BFCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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