Html Css Color HEX #BFC5CC Spindle

📋 copy color: '#BFC5CC'

red 191 ◦ green 197 ◦ blue 204

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

Shades of Spindle #BFC5CC

Tints of Spindle #BFC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.28%

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 32.26%
G = 33.28%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFC5CC (or 0xBFC5CC) is known color: Spindle. HEX triplet: BF, C5 and CC. RGB value is (191,197,204). Sum of RGB (Red+Green+Blue) = 191+197+204=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5CC is #403A33. Grayscale: #C3C3C3. Windows color (decimal): -4209204 or 13419967. OLE color: 13419967.

HSL color Cylindrical-coordinate representation of color #BFC5CC: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC5CC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 197 204 -
CMYK 0.06 0.03 0 0.2
HSL 212.31º 0.11% 0.77% -
HSV(B) 212.31º 0.06% 0.8% -
XYZ 52.35 55.37 65.05 -
YUV 196 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 191 197 204 0.06 0.03 0 0.2 212.31 0.11 0.77
Hex BF C5 CC 6 3 0 14 D4 B 4D
Octal 277 305 314 6 3 0 24 324 13 115
Binary 10111111 11000101 11001100 110 11 0 10100 11010100 1011 1001101

Color Harmonies of #BFC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5CC

Black with #BFC5CC

Text Example


Text Example

White with #BFC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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