Html Css Color HEX #B3CBD7 Spindle

📋 copy color: '#B3CBD7'

red 179 ◦ green 203 ◦ blue 215

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

Shades of Spindle #B3CBD7

Tints of Spindle #B3CBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34%

 BLUE value IS 215 (84.38% from 255) = 36.01%

R = 29.98%
G = 34%
B = 36.01%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B3CBD7 (or 0xB3CBD7) is known color: Spindle. HEX triplet: B3, CB and D7. RGB value is (179,203,215). Sum of RGB (Red+Green+Blue) = 179+203+215=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #B3CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBD7 is #4C3428. Grayscale: #C5C5C5. Windows color (decimal): -4994089 or 14142387. OLE color: 14142387.

HSL color Cylindrical-coordinate representation of color #B3CBD7: hue angle of 200º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3CBD7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 203 215 -
CMYK 0.17 0.06 0 0.16
HSL 200º 0.31% 0.77% -
HSV(B) 200º 0.17% 0.84% -
XYZ 52.21 57.2 72.58 -
YUV 197.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 179 203 215 0.17 0.06 0 0.16 200 0.31 0.77
Hex B3 CB D7 11 6 0 10 C8 1F 4D
Octal 263 313 327 21 6 0 20 310 37 115
Binary 10110011 11001011 11010111 10001 110 0 10000 11001000 11111 1001101

Color Harmonies of #B3CBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CBD7

Black with #B3CBD7

Text Example


Text Example

White with #B3CBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CBD7; }

 p { color: rgb(179,203,215); }

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

background-color css

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

 a { background-color: rgb(179,203,215); }

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

border-color css

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

 span { border-color: rgb(179,203,215); }

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