Html Css Color HEX #BCCCB4 Surf Crest

📋 copy color: '#BCCCB4'

red 188 ◦ green 204 ◦ blue 180

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

Shades of Surf Crest #BCCCB4

Tints of Surf Crest #BCCCB4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.66%

 BLUE value IS 180 (70.7% from 255) = 31.47%

R = 32.87%
G = 35.66%
B = 31.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#BCCCB4 (or 0xBCCCB4) is known color: Surf Crest. HEX triplet: BC, CC and B4. RGB value is (188,204,180). Sum of RGB (Red+Green+Blue) = 188+204+180=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB4 is #43334B. Grayscale: #C4C4C4. Windows color (decimal): -4404044 or 11848892. OLE color: 11848892.

HSL color Cylindrical-coordinate representation of color #BCCCB4: hue angle of 100º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCCB4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 180 -
CMYK 0.08 0 0.12 0.2
HSL 100º 0.19% 0.75% -
HSV(B) 100º 0.12% 0.8% -
XYZ 50.57 57.17 51.55 -
YUV 196.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 188 204 180 0.08 0 0.12 0.2 100 0.19 0.75
Hex BC CC B4 8 0 C 14 64 13 4B
Octal 274 314 264 10 0 14 24 144 23 113
Binary 10111100 11001100 10110100 1000 0 1100 10100 1100100 10011 1001011

Color Harmonies of #BCCCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCB4

Black with #BCCCB4

Text Example


Text Example

White with #BCCCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCB4; }

 p { color: rgb(188,204,180); }

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

background-color css

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

 a { background-color: rgb(188,204,180); }

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

border-color css

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

 span { border-color: rgb(188,204,180); }

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