Html Css Color HEX #BCD0B9 Surf Crest

📋 copy color: '#BCD0B9'

red 188 ◦ green 208 ◦ blue 185

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

Shades of Surf Crest #BCD0B9

Tints of Surf Crest #BCD0B9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

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

R = 32.36%
G = 35.8%
B = 31.84%

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

#BCD0B9 (or 0xBCD0B9) is known color: Surf Crest. HEX triplet: BC, D0 and B9. RGB value is (188,208,185). Sum of RGB (Red+Green+Blue) = 188+208+185=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0B9 is #432F46. Grayscale: #C7C7C7. Windows color (decimal): -4403015 or 12177596. OLE color: 12177596.

HSL color Cylindrical-coordinate representation of color #BCD0B9: hue angle of 112.17º degrees, saturation: 0.2, 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 #BCD0B9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 185 -
CMYK 0.10 0 0.11 0.18
HSL 112.17º 0.2% 0.77% -
HSV(B) 112.17º 0.11% 0.82% -
XYZ 52.05 59.31 54.6 -
YUV 199.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 188 208 185 0.10 0 0.11 0.18 112.17 0.2 0.77
Hex BC D0 B9 A 0 B 12 70 14 4D
Octal 274 320 271 12 0 13 22 160 24 115
Binary 10111100 11010000 10111001 1010 0 1011 10010 1110000 10100 1001101

Color Harmonies of #BCD0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0B9

Black with #BCD0B9

Text Example


Text Example

White with #BCD0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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