Html Css Color HEX #BCD1B9 Surf Crest

📋 copy color: '#BCD1B9'

red 188 ◦ green 209 ◦ blue 185

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

Shades of Surf Crest #BCD1B9

Tints of Surf Crest #BCD1B9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.91%

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

R = 32.3%
G = 35.91%
B = 31.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#BCD1B9 (or 0xBCD1B9) is known color: Surf Crest. HEX triplet: BC, D1 and B9. RGB value is (188,209,185). Sum of RGB (Red+Green+Blue) = 188+209+185=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1B9 is #432E46. Grayscale: #C8C8C8. Windows color (decimal): -4402759 or 12177852. OLE color: 12177852.

HSL color Cylindrical-coordinate representation of color #BCD1B9: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD1B9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 185 -
CMYK 0.10 0 0.11 0.18
HSL 112.5º 0.21% 0.77% -
HSV(B) 112.5º 0.11% 0.82% -
XYZ 52.3 59.8 54.68 -
YUV 199.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 188 209 185 0.10 0 0.11 0.18 112.5 0.21 0.77
Hex BC D1 B9 A 0 B 12 70 15 4D
Octal 274 321 271 12 0 13 22 160 25 115
Binary 10111100 11010001 10111001 1010 0 1011 10010 1110000 10101 1001101

Color Harmonies of #BCD1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1B9

Black with #BCD1B9

Text Example


Text Example

White with #BCD1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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