Html Css Color HEX #BCCFB3 Surf Crest

📋 copy color: '#BCCFB3'

red 188 ◦ green 207 ◦ blue 179

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

Shades of Surf Crest #BCCFB3

Tints of Surf Crest #BCCFB3

RGB

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

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

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

R = 32.75%
G = 36.06%
B = 31.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BCCFB3 (or 0xBCCFB3) is known color: Surf Crest. HEX triplet: BC, CF and B3. RGB value is (188,207,179). Sum of RGB (Red+Green+Blue) = 188+207+179=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB3 is #43304C. Grayscale: #C6C6C6. Windows color (decimal): -4403277 or 11784124. OLE color: 11784124.

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

Color convert

RGB 188 207 179 -
CMYK 0.09 0 0.14 0.19
HSL 100.71º 0.23% 0.76% -
HSV(B) 100.71º 0.14% 0.81% -
XYZ 51.19 58.57 51.26 -
YUV 198.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 188 207 179 0.09 0 0.14 0.19 100.71 0.23 0.76
Hex BC CF B3 9 0 E 13 65 17 4C
Octal 274 317 263 11 0 16 23 145 27 114
Binary 10111100 11001111 10110011 1001 0 1110 10011 1100101 10111 1001100

Color Harmonies of #BCCFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFB3

Black with #BCCFB3

Text Example


Text Example

White with #BCCFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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