Html Css Color HEX #B4CEDE Spindle

📋 copy color: '#B4CEDE'

red 180 ◦ green 206 ◦ blue 222

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

Shades of Spindle #B4CEDE

Tints of Spindle #B4CEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 29.61%
G = 33.88%
B = 36.51%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4CEDE (or 0xB4CEDE) is known color: Spindle. HEX triplet: B4, CE and DE. RGB value is (180,206,222). Sum of RGB (Red+Green+Blue) = 180+206+222=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEDE is #4B3121. Grayscale: #C7C7C7. Windows color (decimal): -4927778 or 14601908. OLE color: 14601908.

HSL color Cylindrical-coordinate representation of color #B4CEDE: hue angle of 202.86º degrees, saturation: 0.39, 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 #B4CEDE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 206 222 -
CMYK 0.19 0.07 0 0.13
HSL 202.86º 0.39% 0.79% -
HSV(B) 202.86º 0.19% 0.87% -
XYZ 54.08 59.12 77.67 -
YUV 200.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 180 206 222 0.19 0.07 0 0.13 202.86 0.39 0.79
Hex B4 CE DE 13 7 0 D CB 27 4F
Octal 264 316 336 23 7 0 15 313 47 117
Binary 10110100 11001110 11011110 10011 111 0 1101 11001011 100111 1001111

Color Harmonies of #B4CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEDE

Black with #B4CEDE

Text Example


Text Example

White with #B4CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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