Html Css Color HEX #BECBD4 Spindle

📋 copy color: '#BECBD4'

red 190 ◦ green 203 ◦ blue 212

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

Shades of Spindle #BECBD4

Tints of Spindle #BECBD4

RGB

 RED value IS 190 (74.61% from 255) = 31.4%

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 31.4%
G = 33.55%
B = 35.04%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BECBD4 (or 0xBECBD4) is known color: Spindle. HEX triplet: BE, CB and D4. RGB value is (190,203,212). Sum of RGB (Red+Green+Blue) = 190+203+212=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #BECBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD4 is #41342B. Grayscale: #C8C8C8. Windows color (decimal): -4273196 or 13945790. OLE color: 13945790.

HSL color Cylindrical-coordinate representation of color #BECBD4: hue angle of 204.55º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECBD4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 203 212 -
CMYK 0.10 0.04 0 0.17
HSL 204.55º 0.2% 0.79% -
HSV(B) 204.55º 0.1% 0.83% -
XYZ 54.47 58.41 70.69 -
YUV 200.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 190 203 212 0.10 0.04 0 0.17 204.55 0.2 0.79
Hex BE CB D4 A 4 0 11 CD 14 4F
Octal 276 313 324 12 4 0 21 315 24 117
Binary 10111110 11001011 11010100 1010 100 0 10001 11001101 10100 1001111

Color Harmonies of #BECBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBD4

Black with #BECBD4

Text Example


Text Example

White with #BECBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBD4; }

 p { color: rgb(190,203,212); }

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

background-color css

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

 a { background-color: rgb(190,203,212); }

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

border-color css

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

 span { border-color: rgb(190,203,212); }

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