Html Css Color HEX #BCCEB2 Surf Crest

📋 copy color: '#BCCEB2'

red 188 ◦ green 206 ◦ blue 178

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

Shades of Surf Crest #BCCEB2

Tints of Surf Crest #BCCEB2

RGB

 RED value IS 188 (73.83% from 255) = 32.87%

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

 BLUE value IS 178 (69.92% from 255) = 31.12%

R = 32.87%
G = 36.01%
B = 31.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BCCEB2 (or 0xBCCEB2) is known color: Surf Crest. HEX triplet: BC, CE and B2. RGB value is (188,206,178). Sum of RGB (Red+Green+Blue) = 188+206+178=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEB2 is #43314D. Grayscale: #C5C5C5. Windows color (decimal): -4403534 or 11718332. OLE color: 11718332.

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

Color convert

RGB 188 206 178 -
CMYK 0.09 0 0.14 0.19
HSL 98.57º 0.22% 0.75% -
HSV(B) 98.57º 0.14% 0.81% -
XYZ 50.85 58.05 50.64 -
YUV 197.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 188 206 178 0.09 0 0.14 0.19 98.57 0.22 0.75
Hex BC CE B2 9 0 E 13 63 16 4B
Octal 274 316 262 11 0 16 23 143 26 113
Binary 10111100 11001110 10110010 1001 0 1110 10011 1100011 10110 1001011

Color Harmonies of #BCCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEB2

Black with #BCCEB2

Text Example


Text Example

White with #BCCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEB2; }

 p { color: rgb(188,206,178); }

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

background-color css

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

 a { background-color: rgb(188,206,178); }

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

border-color css

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

 span { border-color: rgb(188,206,178); }

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