Html Css Color HEX #BCCFB9 Surf Crest

📋 copy color: '#BCCFB9'

red 188 ◦ green 207 ◦ blue 185

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

Shades of Surf Crest #BCCFB9

Tints of Surf Crest #BCCFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.69%

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

R = 32.41%
G = 35.69%
B = 31.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#BCCFB9 (or 0xBCCFB9) is known color: Surf Crest. HEX triplet: BC, CF and B9. RGB value is (188,207,185). Sum of RGB (Red+Green+Blue) = 188+207+185=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB9 is #433046. Grayscale: #C6C6C6. Windows color (decimal): -4403271 or 12177340. OLE color: 12177340.

HSL color Cylindrical-coordinate representation of color #BCCFB9: hue angle of 111.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCFB9 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 185 -
CMYK 0.09 0 0.11 0.19
HSL 111.82º 0.19% 0.77% -
HSV(B) 111.82º 0.11% 0.81% -
XYZ 51.81 58.82 54.52 -
YUV 198.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 188 207 185 0.09 0 0.11 0.19 111.82 0.19 0.77
Hex BC CF B9 9 0 B 13 70 13 4D
Octal 274 317 271 11 0 13 23 160 23 115
Binary 10111100 11001111 10111001 1001 0 1011 10011 1110000 10011 1001101

Color Harmonies of #BCCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFB9

Black with #BCCFB9

Text Example


Text Example

White with #BCCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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