Html Css Color HEX #B3CDDB Spindle

📋 copy color: '#B3CDDB'

red 179 ◦ green 205 ◦ blue 219

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

Shades of Spindle #B3CDDB

Tints of Spindle #B3CDDB

RGB

 RED value IS 179 (70.31% from 255) = 29.68%

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

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

R = 29.68%
G = 34%
B = 36.32%

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

#B3CDDB (or 0xB3CDDB) is known color: Spindle. HEX triplet: B3, CD and DB. RGB value is (179,205,219). Sum of RGB (Red+Green+Blue) = 179+205+219=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDDB is #4C3224. Grayscale: #C6C6C6. Windows color (decimal): -4993573 or 14405043. OLE color: 14405043.

HSL color Cylindrical-coordinate representation of color #B3CDDB: hue angle of 201º degrees, saturation: 0.36, 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 #B3CDDB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 205 219 -
CMYK 0.18 0.06 0 0.14
HSL 201º 0.36% 0.78% -
HSV(B) 201º 0.18% 0.86% -
XYZ 53.21 58.36 75.48 -
YUV 198.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 179 205 219 0.18 0.06 0 0.14 201 0.36 0.78
Hex B3 CD DB 12 6 0 E C9 24 4E
Octal 263 315 333 22 6 0 16 311 44 116
Binary 10110011 11001101 11011011 10010 110 0 1110 11001001 100100 1001110

Color Harmonies of #B3CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDDB

Black with #B3CDDB

Text Example


Text Example

White with #B3CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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