Html Css Color HEX #B7BECF Spindle

📋 copy color: '#B7BECF'

red 183 ◦ green 190 ◦ blue 207

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

Shades of Spindle #B7BECF

Tints of Spindle #B7BECF

RGB

 RED value IS 183 (71.88% from 255) = 31.55%

 GREEN value IS 190 (74.61% from 255) = 32.76%

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 31.55%
G = 32.76%
B = 35.69%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7BECF (or 0xB7BECF) is known color: Spindle. HEX triplet: B7, BE and CF. RGB value is (183,190,207). Sum of RGB (Red+Green+Blue) = 183+190+207=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECF is #484130. Grayscale: #BDBDBD. Windows color (decimal): -4735281 or 13614775. OLE color: 13614775.

HSL color Cylindrical-coordinate representation of color #B7BECF: hue angle of 222.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BECF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 190 207 -
CMYK 0.12 0.08 0 0.19
HSL 222.5º 0.2% 0.76% -
HSV(B) 222.5º 0.12% 0.81% -
XYZ 49.2 51.4 66.36 -
YUV 189.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 183 190 207 0.12 0.08 0 0.19 222.5 0.2 0.76
Hex B7 BE CF C 8 0 13 DE 14 4C
Octal 267 276 317 14 10 0 23 336 24 114
Binary 10110111 10111110 11001111 1100 1000 0 10011 11011110 10100 1001100

Color Harmonies of #B7BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BECF

Black with #B7BECF

Text Example


Text Example

White with #B7BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BECF; }

 p { color: rgb(183,190,207); }

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

background-color css

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

 a { background-color: rgb(183,190,207); }

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

border-color css

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

 span { border-color: rgb(183,190,207); }

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