Html Css Color HEX #BECECC Geyser

📋 copy color: '#BECECC'

red 190 ◦ green 206 ◦ blue 204

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

Shades of Geyser #BECECC

Tints of Geyser #BECECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34%

R = 31.67%
G = 34.33%
B = 34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#BECECC (or 0xBECECC) is known color: Geyser. HEX triplet: BE, CE and CC. RGB value is (190,206,204). Sum of RGB (Red+Green+Blue) = 190+206+204=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #BECECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECECC is #413133. Grayscale: #C8C8C8. Windows color (decimal): -4272436 or 13422270. OLE color: 13422270.

HSL color Cylindrical-coordinate representation of color #BECECC: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECECC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 204 -
CMYK 0.08 0 0.01 0.19
HSL 172.5º 0.14% 0.78% -
HSV(B) 172.5º 0.08% 0.81% -
XYZ 54.21 59.45 65.74 -
YUV 200.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 190 206 204 0.08 0 0.01 0.19 172.5 0.14 0.78
Hex BE CE CC 8 0 1 13 AC E 4E
Octal 276 316 314 10 0 1 23 254 16 116
Binary 10111110 11001110 11001100 1000 0 1 10011 10101100 1110 1001110

Color Harmonies of #BECECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECECC

Black with #BECECC

Text Example


Text Example

White with #BECECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECECC; }

 p { color: rgb(190,206,204); }

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

background-color css

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

 a { background-color: rgb(190,206,204); }

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

border-color css

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

 span { border-color: rgb(190,206,204); }

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