Html Css Color HEX #BCD8B3 Surf Crest

📋 copy color: '#BCD8B3'

red 188 ◦ green 216 ◦ blue 179

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

Shades of Surf Crest #BCD8B3

Tints of Surf Crest #BCD8B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.7%

R = 32.25%
G = 37.05%
B = 30.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#BCD8B3 (or 0xBCD8B3) is known color: Surf Crest. HEX triplet: BC, D8 and B3. RGB value is (188,216,179). Sum of RGB (Red+Green+Blue) = 188+216+179=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8B3 is #43274C. Grayscale: #CBCBCB. Windows color (decimal): -4400973 or 11786428. OLE color: 11786428.

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

Color convert

RGB 188 216 179 -
CMYK 0.13 0 0.17 0.15
HSL 105.41º 0.32% 0.77% -
HSV(B) 105.41º 0.17% 0.85% -
XYZ 53.43 63.06 52 -
YUV 203.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 188 216 179 0.13 0 0.17 0.15 105.41 0.32 0.77
Hex BC D8 B3 D 0 11 F 69 20 4D
Octal 274 330 263 15 0 21 17 151 40 115
Binary 10111100 11011000 10110011 1101 0 10001 1111 1101001 100000 1001101

Color Harmonies of #BCD8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8B3

Black with #BCD8B3

Text Example


Text Example

White with #BCD8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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