Html Css Color HEX #B7BDD0 Spindle

📋 copy color: '#B7BDD0'

red 183 ◦ green 189 ◦ blue 208

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

Shades of Spindle #B7BDD0

Tints of Spindle #B7BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.59%

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 31.55%
G = 32.59%
B = 35.86%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B7BDD0 (or 0xB7BDD0) is known color: Spindle. HEX triplet: B7, BD and D0. RGB value is (183,189,208). Sum of RGB (Red+Green+Blue) = 183+189+208=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDD0 is #48422F. Grayscale: #BDBDBD. Windows color (decimal): -4735536 or 13680055. OLE color: 13680055.

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

Color convert

RGB 183 189 208 -
CMYK 0.12 0.09 0 0.18
HSL 225.6º 0.21% 0.77% -
HSV(B) 225.6º 0.12% 0.82% -
XYZ 49.11 51.02 66.93 -
YUV 189.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 183 189 208 0.12 0.09 0 0.18 225.6 0.21 0.77
Hex B7 BD D0 C 9 0 12 E2 15 4D
Octal 267 275 320 14 11 0 22 342 25 115
Binary 10110111 10111101 11010000 1100 1001 0 10010 11100010 10101 1001101

Color Harmonies of #B7BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDD0

Black with #B7BDD0

Text Example


Text Example

White with #B7BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDD0; }

 p { color: rgb(183,189,208); }

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

background-color css

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

 a { background-color: rgb(183,189,208); }

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

border-color css

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

 span { border-color: rgb(183,189,208); }

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