Html Css Color HEX #B4CEDF Spindle

📋 copy color: '#B4CEDF'

red 180 ◦ green 206 ◦ blue 223

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

Shades of Spindle #B4CEDF

Tints of Spindle #B4CEDF

RGB

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

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

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

R = 29.56%
G = 33.83%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4CEDF (or 0xB4CEDF) is known color: Spindle. HEX triplet: B4, CE and DF. RGB value is (180,206,223). Sum of RGB (Red+Green+Blue) = 180+206+223=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEDF is #4B3120. Grayscale: #C8C8C8. Windows color (decimal): -4927777 or 14667444. OLE color: 14667444.

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

Color convert

RGB 180 206 223 -
CMYK 0.19 0.08 0 0.13
HSL 203.72º 0.4% 0.79% -
HSV(B) 203.72º 0.19% 0.87% -
XYZ 54.21 59.17 78.38 -
YUV 200.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 180 206 223 0.19 0.08 0 0.13 203.72 0.4 0.79
Hex B4 CE DF 13 8 0 D CC 28 4F
Octal 264 316 337 23 10 0 15 314 50 117
Binary 10110100 11001110 11011111 10011 1000 0 1101 11001100 101000 1001111

Color Harmonies of #B4CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEDF

Black with #B4CEDF

Text Example


Text Example

White with #B4CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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