Html Css Color HEX #BCF089 Sulu

📋 copy color: '#BCF089'

red 188 ◦ green 240 ◦ blue 137

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

Shades of Sulu #BCF089

Tints of Sulu #BCF089

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 137 (53.91% from 255) = 24.25%

R = 33.27%
G = 42.48%
B = 24.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#BCF089 (or 0xBCF089) is known color: Sulu. HEX triplet: BC, F0 and 89. RGB value is (188,240,137). Sum of RGB (Red+Green+Blue) = 188+240+137=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF089 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF089 is #430F76. Grayscale: #D5D5D5. Windows color (decimal): -4394871 or 9040060. OLE color: 9040060.

HSL color Cylindrical-coordinate representation of color #BCF089: hue angle of 90.29º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCF089 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 137 -
CMYK 0.22 0 0.43 0.06
HSL 90.29º 0.77% 0.74% -
HSV(B) 90.29º 0.43% 0.94% -
XYZ 56.41 74.82 35.13 -
YUV 212.71 85.27 110.38 -
System Red Green Blue C M Y K H S L
Decimal 188 240 137 0.22 0 0.43 0.06 90.29 0.77 0.74
Hex BC F0 89 16 0 2B 6 5A 4D 4A
Octal 274 360 211 26 0 53 6 132 115 112
Binary 10111100 11110000 10001001 10110 0 101011 110 1011010 1001101 1001010

Color Harmonies of #BCF089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF089

Black with #BCF089

Text Example


Text Example

White with #BCF089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF089; }

 p { color: rgb(188,240,137); }

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

background-color css

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

 a { background-color: rgb(188,240,137); }

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

border-color css

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

 span { border-color: rgb(188,240,137); }

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