Html Css Color HEX #BFE69B Reef

📋 copy color: '#BFE69B'

red 191 ◦ green 230 ◦ blue 155

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

Shades of Reef #BFE69B

Tints of Reef #BFE69B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.93%

 BLUE value IS 155 (60.94% from 255) = 26.91%

R = 33.16%
G = 39.93%
B = 26.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#BFE69B (or 0xBFE69B) is known color: Reef. HEX triplet: BF, E6 and 9B. RGB value is (191,230,155). Sum of RGB (Red+Green+Blue) = 191+230+155=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE69B is #401964. Grayscale: #D2D2D2. Windows color (decimal): -4200805 or 10217151. OLE color: 10217151.

HSL color Cylindrical-coordinate representation of color #BFE69B: hue angle of 91.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE69B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 155 -
CMYK 0.17 0 0.33 0.10
HSL 91.2º 0.6% 0.75% -
HSV(B) 91.2º 0.33% 0.9% -
XYZ 55.7 70.04 41.59 -
YUV 209.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 191 230 155 0.17 0 0.33 0.10 91.2 0.6 0.75
Hex BF E6 9B 11 0 21 A 5B 3C 4B
Octal 277 346 233 21 0 41 12 133 74 113
Binary 10111111 11100110 10011011 10001 0 100001 1010 1011011 111100 1001011

Color Harmonies of #BFE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE69B

Black with #BFE69B

Text Example


Text Example

White with #BFE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE69B; }

 p { color: rgb(191,230,155); }

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

background-color css

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

 a { background-color: rgb(191,230,155); }

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

border-color css

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

 span { border-color: rgb(191,230,155); }

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