Html Css Color HEX #B0C3D0 Spindle

📋 copy color: '#B0C3D0'

red 176 ◦ green 195 ◦ blue 208

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

Shades of Spindle #B0C3D0

Tints of Spindle #B0C3D0

RGB

 RED value IS 176 (69.14% from 255) = 30.4%

 GREEN value IS 195 (76.56% from 255) = 33.68%

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

R = 30.4%
G = 33.68%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B0C3D0 (or 0xB0C3D0) is known color: Spindle. HEX triplet: B0, C3 and D0. RGB value is (176,195,208). Sum of RGB (Red+Green+Blue) = 176+195+208=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0C3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C3D0 is #4F3C2F. Grayscale: #BEBEBE. Windows color (decimal): -5192752 or 13681584. OLE color: 13681584.

HSL color Cylindrical-coordinate representation of color #B0C3D0: hue angle of 204.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0C3D0 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 195 208 -
CMYK 0.15 0.06 0 0.18
HSL 204.38º 0.25% 0.75% -
HSV(B) 204.38º 0.15% 0.82% -
XYZ 48.8 52.81 67.3 -
YUV 190.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 176 195 208 0.15 0.06 0 0.18 204.38 0.25 0.75
Hex B0 C3 D0 F 6 0 12 CC 19 4B
Octal 260 303 320 17 6 0 22 314 31 113
Binary 10110000 11000011 11010000 1111 110 0 10010 11001100 11001 1001011

Color Harmonies of #B0C3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C3D0

Black with #B0C3D0

Text Example


Text Example

White with #B0C3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C3D0; }

 p { color: rgb(176,195,208); }

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

background-color css

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

 a { background-color: rgb(176,195,208); }

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

border-color css

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

 span { border-color: rgb(176,195,208); }

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