Html Css Color HEX #BCF08B Sulu

📋 copy color: '#BCF08B'

red 188 ◦ green 240 ◦ blue 139

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

Shades of Sulu #BCF08B

Tints of Sulu #BCF08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.51%

R = 33.16%
G = 42.33%
B = 24.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#BCF08B (or 0xBCF08B) is known color: Sulu. HEX triplet: BC, F0 and 8B. RGB value is (188,240,139). Sum of RGB (Red+Green+Blue) = 188+240+139=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF08B is #430F74. Grayscale: #D5D5D5. Windows color (decimal): -4394869 or 9171132. OLE color: 9171132.

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

Color convert

RGB 188 240 139 -
CMYK 0.22 0 0.42 0.06
HSL 90.89º 0.77% 0.74% -
HSV(B) 90.89º 0.42% 0.94% -
XYZ 56.56 74.88 35.9 -
YUV 212.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 188 240 139 0.22 0 0.42 0.06 90.89 0.77 0.74
Hex BC F0 8B 16 0 2A 6 5B 4D 4A
Octal 274 360 213 26 0 52 6 133 115 112
Binary 10111100 11110000 10001011 10110 0 101010 110 1011011 1001101 1001010

Color Harmonies of #BCF08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF08B

Black with #BCF08B

Text Example


Text Example

White with #BCF08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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