Html Css Color HEX #B3CEDF Spindle

📋 copy color: '#B3CEDF'

red 179 ◦ green 206 ◦ blue 223

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

Shades of Spindle #B3CEDF

Tints of Spindle #B3CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 29.44%
G = 33.88%
B = 36.68%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3CEDF (or 0xB3CEDF) is known color: Spindle. HEX triplet: B3, CE and DF. RGB value is (179,206,223). Sum of RGB (Red+Green+Blue) = 179+206+223=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEDF is #4C3120. Grayscale: #C7C7C7. Windows color (decimal): -4993313 or 14667443. OLE color: 14667443.

HSL color Cylindrical-coordinate representation of color #B3CEDF: hue angle of 203.18º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3CEDF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 206 223 -
CMYK 0.20 0.08 0 0.13
HSL 203.18º 0.41% 0.79% -
HSV(B) 203.18º 0.2% 0.87% -
XYZ 53.98 59.05 78.37 -
YUV 199.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 179 206 223 0.20 0.08 0 0.13 203.18 0.41 0.79
Hex B3 CE DF 14 8 0 D CB 29 4F
Octal 263 316 337 24 10 0 15 313 51 117
Binary 10110011 11001110 11011111 10100 1000 0 1101 11001011 101001 1001111

Color Harmonies of #B3CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CEDF

Black with #B3CEDF

Text Example


Text Example

White with #B3CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CEDF; }

 p { color: rgb(179,206,223); }

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

background-color css

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

 a { background-color: rgb(179,206,223); }

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

border-color css

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

 span { border-color: rgb(179,206,223); }

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