Html Css Color HEX #B5BECF Spindle

📋 copy color: '#B5BECF'

red 181 ◦ green 190 ◦ blue 207

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

Shades of Spindle #B5BECF

Tints of Spindle #B5BECF

RGB

 RED value IS 181 (71.09% from 255) = 31.31%

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

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

R = 31.31%
G = 32.87%
B = 35.81%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5BECF (or 0xB5BECF) is known color: Spindle. HEX triplet: B5, BE and CF. RGB value is (181,190,207). Sum of RGB (Red+Green+Blue) = 181+190+207=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BECF is #4A4130. Grayscale: #BDBDBD. Windows color (decimal): -4866353 or 13614773. OLE color: 13614773.

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

Color convert

RGB 181 190 207 -
CMYK 0.13 0.08 0 0.19
HSL 219.23º 0.21% 0.76% -
HSV(B) 219.23º 0.13% 0.81% -
XYZ 48.73 51.16 66.34 -
YUV 189.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 181 190 207 0.13 0.08 0 0.19 219.23 0.21 0.76
Hex B5 BE CF D 8 0 13 DB 15 4C
Octal 265 276 317 15 10 0 23 333 25 114
Binary 10110101 10111110 11001111 1101 1000 0 10011 11011011 10101 1001100

Color Harmonies of #B5BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BECF

Black with #B5BECF

Text Example


Text Example

White with #B5BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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