Html Css Color HEX #BCCAB6 Surf Crest

📋 copy color: '#BCCAB6'

red 188 ◦ green 202 ◦ blue 182

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

Shades of Surf Crest #BCCAB6

Tints of Surf Crest #BCCAB6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.31%

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 32.87%
G = 35.31%
B = 31.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#BCCAB6 (or 0xBCCAB6) is known color: Surf Crest. HEX triplet: BC, CA and B6. RGB value is (188,202,182). Sum of RGB (Red+Green+Blue) = 188+202+182=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAB6 is #433549. Grayscale: #C3C3C3. Windows color (decimal): -4404554 or 11979452. OLE color: 11979452.

HSL color Cylindrical-coordinate representation of color #BCCAB6: hue angle of 102º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCAB6 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 182 -
CMYK 0.07 0 0.10 0.21
HSL 102º 0.16% 0.75% -
HSV(B) 102º 0.1% 0.79% -
XYZ 50.3 56.31 52.47 -
YUV 195.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 188 202 182 0.07 0 0.10 0.21 102 0.16 0.75
Hex BC CA B6 7 0 A 15 66 10 4B
Octal 274 312 266 7 0 12 25 146 20 113
Binary 10111100 11001010 10110110 111 0 1010 10101 1100110 10000 1001011

Color Harmonies of #BCCAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAB6

Black with #BCCAB6

Text Example


Text Example

White with #BCCAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAB6; }

 p { color: rgb(188,202,182); }

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

background-color css

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

 a { background-color: rgb(188,202,182); }

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

border-color css

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

 span { border-color: rgb(188,202,182); }

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