Html Css Color HEX #BCD8B2 Surf Crest

📋 copy color: '#BCD8B2'

red 188 ◦ green 216 ◦ blue 178

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

Shades of Surf Crest #BCD8B2

Tints of Surf Crest #BCD8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.11%

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

R = 32.3%
G = 37.11%
B = 30.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#BCD8B2 (or 0xBCD8B2) is known color: Surf Crest. HEX triplet: BC, D8 and B2. RGB value is (188,216,178). Sum of RGB (Red+Green+Blue) = 188+216+178=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8B2 is #43274D. Grayscale: #CBCBCB. Windows color (decimal): -4400974 or 11720892. OLE color: 11720892.

HSL color Cylindrical-coordinate representation of color #BCD8B2: hue angle of 104.21º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD8B2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 178 -
CMYK 0.13 0 0.18 0.15
HSL 104.21º 0.33% 0.77% -
HSV(B) 104.21º 0.18% 0.85% -
XYZ 53.33 63.02 51.47 -
YUV 203.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 188 216 178 0.13 0 0.18 0.15 104.21 0.33 0.77
Hex BC D8 B2 D 0 12 F 68 21 4D
Octal 274 330 262 15 0 22 17 150 41 115
Binary 10111100 11011000 10110010 1101 0 10010 1111 1101000 100001 1001101

Color Harmonies of #BCD8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8B2

Black with #BCD8B2

Text Example


Text Example

White with #BCD8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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