Html Css Color HEX #B4CDDB Spindle

📋 copy color: '#B4CDDB'

red 180 ◦ green 205 ◦ blue 219

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

Shades of Spindle #B4CDDB

Tints of Spindle #B4CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 29.8%
G = 33.94%
B = 36.26%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4CDDB (or 0xB4CDDB) is known color: Spindle. HEX triplet: B4, CD and DB. RGB value is (180,205,219). Sum of RGB (Red+Green+Blue) = 180+205+219=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDDB is #4B3224. Grayscale: #C7C7C7. Windows color (decimal): -4928037 or 14405044. OLE color: 14405044.

HSL color Cylindrical-coordinate representation of color #B4CDDB: hue angle of 201.54º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4CDDB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 205 219 -
CMYK 0.18 0.06 0 0.14
HSL 201.54º 0.35% 0.78% -
HSV(B) 201.54º 0.18% 0.86% -
XYZ 53.44 58.48 75.49 -
YUV 199.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 180 205 219 0.18 0.06 0 0.14 201.54 0.35 0.78
Hex B4 CD DB 12 6 0 E CA 23 4E
Octal 264 315 333 22 6 0 16 312 43 116
Binary 10110100 11001101 11011011 10010 110 0 1110 11001010 100011 1001110

Color Harmonies of #B4CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDDB

Black with #B4CDDB

Text Example


Text Example

White with #B4CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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