Html Css Color HEX #BFE2BD Surf Crest

📋 copy color: '#BFE2BD'

red 191 ◦ green 226 ◦ blue 189

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

Shades of Surf Crest #BFE2BD

Tints of Surf Crest #BFE2BD

RGB

 RED value IS 191 (75% from 255) = 31.52%

 GREEN value IS 226 (88.67% from 255) = 37.29%

 BLUE value IS 189 (74.22% from 255) = 31.19%

R = 31.52%
G = 37.29%
B = 31.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BFE2BD (or 0xBFE2BD) is known color: Surf Crest. HEX triplet: BF, E2 and BD. RGB value is (191,226,189). Sum of RGB (Red+Green+Blue) = 191+226+189=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2BD is #401D42. Grayscale: #D3D3D3. Windows color (decimal): -4201795 or 12444351. OLE color: 12444351.

HSL color Cylindrical-coordinate representation of color #BFE2BD: hue angle of 116.76º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE2BD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 189 -
CMYK 0.15 0 0.16 0.11
HSL 116.76º 0.39% 0.81% -
HSV(B) 116.76º 0.16% 0.89% -
XYZ 57.87 69.14 58.44 -
YUV 211.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 191 226 189 0.15 0 0.16 0.11 116.76 0.39 0.81
Hex BF E2 BD F 0 10 B 75 27 51
Octal 277 342 275 17 0 20 13 165 47 121
Binary 10111111 11100010 10111101 1111 0 10000 1011 1110101 100111 1010001

Color Harmonies of #BFE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE2BD

Black with #BFE2BD

Text Example


Text Example

White with #BFE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE2BD; }

 p { color: rgb(191,226,189); }

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

background-color css

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

 a { background-color: rgb(191,226,189); }

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

border-color css

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

 span { border-color: rgb(191,226,189); }

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