Html Css Color HEX #B4C5DA Spindle

📋 copy color: '#B4C5DA'

red 180 ◦ green 197 ◦ blue 218

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

Shades of Spindle #B4C5DA

Tints of Spindle #B4C5DA

RGB

 RED value IS 180 (70.7% from 255) = 30.25%

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 30.25%
G = 33.11%
B = 36.64%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4C5DA (or 0xB4C5DA) is known color: Spindle. HEX triplet: B4, C5 and DA. RGB value is (180,197,218). Sum of RGB (Red+Green+Blue) = 180+197+218=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4C5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5DA is #4B3A25. Grayscale: #C2C2C2. Windows color (decimal): -4930086 or 14337460. OLE color: 14337460.

HSL color Cylindrical-coordinate representation of color #B4C5DA: hue angle of 213.16º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4C5DA is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 197 218 -
CMYK 0.17 0.10 0 0.15
HSL 213.16º 0.34% 0.78% -
HSV(B) 213.16º 0.17% 0.85% -
XYZ 51.44 54.7 74.18 -
YUV 194.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 180 197 218 0.17 0.10 0 0.15 213.16 0.34 0.78
Hex B4 C5 DA 11 A 0 F D5 22 4E
Octal 264 305 332 21 12 0 17 325 42 116
Binary 10110100 11000101 11011010 10001 1010 0 1111 11010101 100010 1001110

Color Harmonies of #B4C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C5DA

Black with #B4C5DA

Text Example


Text Example

White with #B4C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C5DA; }

 p { color: rgb(180,197,218); }

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

background-color css

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

 a { background-color: rgb(180,197,218); }

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

border-color css

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

 span { border-color: rgb(180,197,218); }

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