Html Css Color HEX #BCD8B9 Surf Crest

📋 copy color: '#BCD8B9'

red 188 ◦ green 216 ◦ blue 185

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

Shades of Surf Crest #BCD8B9

Tints of Surf Crest #BCD8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.41%

R = 31.92%
G = 36.67%
B = 31.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#BCD8B9 (or 0xBCD8B9) is known color: Surf Crest. HEX triplet: BC, D8 and B9. RGB value is (188,216,185). Sum of RGB (Red+Green+Blue) = 188+216+185=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8B9 is #432746. Grayscale: #CCCCCC. Windows color (decimal): -4400967 or 12179644. OLE color: 12179644.

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

Color convert

RGB 188 216 185 -
CMYK 0.13 0 0.14 0.15
HSL 114.19º 0.28% 0.79% -
HSV(B) 114.19º 0.14% 0.85% -
XYZ 54.05 63.31 55.27 -
YUV 204.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 188 216 185 0.13 0 0.14 0.15 114.19 0.28 0.79
Hex BC D8 B9 D 0 E F 72 1C 4F
Octal 274 330 271 15 0 16 17 162 34 117
Binary 10111100 11011000 10111001 1101 0 1110 1111 1110010 11100 1001111

Color Harmonies of #BCD8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8B9

Black with #BCD8B9

Text Example


Text Example

White with #BCD8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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