Html Css Color HEX #B4CDDA Spindle

📋 copy color: '#B4CDDA'

red 180 ◦ green 205 ◦ blue 218

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

Shades of Spindle #B4CDDA

Tints of Spindle #B4CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34%

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

R = 29.85%
G = 34%
B = 36.15%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4CDDA (or 0xB4CDDA) is known color: Spindle. HEX triplet: B4, CD and DA. RGB value is (180,205,218). Sum of RGB (Red+Green+Blue) = 180+205+218=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDDA is #4B3225. Grayscale: #C6C6C6. Windows color (decimal): -4928038 or 14339508. OLE color: 14339508.

HSL color Cylindrical-coordinate representation of color #B4CDDA: hue angle of 200.53º 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 #B4CDDA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 205 218 -
CMYK 0.17 0.06 0 0.15
HSL 200.53º 0.34% 0.78% -
HSV(B) 200.53º 0.17% 0.85% -
XYZ 53.31 58.43 74.8 -
YUV 199.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 180 205 218 0.17 0.06 0 0.15 200.53 0.34 0.78
Hex B4 CD DA 11 6 0 F C9 22 4E
Octal 264 315 332 21 6 0 17 311 42 116
Binary 10110100 11001101 11011010 10001 110 0 1111 11001001 100010 1001110

Color Harmonies of #B4CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDDA

Black with #B4CDDA

Text Example


Text Example

White with #B4CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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