Html Css Color HEX #B2BECA Spindle

📋 copy color: '#B2BECA'

red 178 ◦ green 190 ◦ blue 202

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

Shades of Spindle #B2BECA

Tints of Spindle #B2BECA

RGB

 RED value IS 178 (69.92% from 255) = 31.23%

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 31.23%
G = 33.33%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2BECA (or 0xB2BECA) is known color: Spindle. HEX triplet: B2, BE and CA. RGB value is (178,190,202). Sum of RGB (Red+Green+Blue) = 178+190+202=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BECA is #4D4135. Grayscale: #BBBBBB. Windows color (decimal): -5062966 or 13287090. OLE color: 13287090.

HSL color Cylindrical-coordinate representation of color #B2BECA: hue angle of 210º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2BECA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 190 202 -
CMYK 0.12 0.06 0 0.21
HSL 210º 0.18% 0.75% -
HSV(B) 210º 0.12% 0.79% -
XYZ 47.43 50.56 63.14 -
YUV 187.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 178 190 202 0.12 0.06 0 0.21 210 0.18 0.75
Hex B2 BE CA C 6 0 15 D2 12 4B
Octal 262 276 312 14 6 0 25 322 22 113
Binary 10110010 10111110 11001010 1100 110 0 10101 11010010 10010 1001011

Color Harmonies of #B2BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BECA

Black with #B2BECA

Text Example


Text Example

White with #B2BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BECA; }

 p { color: rgb(178,190,202); }

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

background-color css

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

 a { background-color: rgb(178,190,202); }

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

border-color css

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

 span { border-color: rgb(178,190,202); }

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