Html Css Color HEX #BCF08A Sulu

📋 copy color: '#BCF08A'

red 188 ◦ green 240 ◦ blue 138

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

Shades of Sulu #BCF08A

Tints of Sulu #BCF08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 33.22%
G = 42.4%
B = 24.38%

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

#BCF08A (or 0xBCF08A) is known color: Sulu. HEX triplet: BC, F0 and 8A. RGB value is (188,240,138). Sum of RGB (Red+Green+Blue) = 188+240+138=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF08A is #430F75. Grayscale: #D5D5D5. Windows color (decimal): -4394870 or 9105596. OLE color: 9105596.

HSL color Cylindrical-coordinate representation of color #BCF08A: hue angle of 90.59º 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 #BCF08A is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 138 -
CMYK 0.22 0 0.42 0.06
HSL 90.59º 0.77% 0.74% -
HSV(B) 90.59º 0.43% 0.94% -
XYZ 56.49 74.85 35.51 -
YUV 212.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 188 240 138 0.22 0 0.42 0.06 90.59 0.77 0.74
Hex BC F0 8A 16 0 2A 6 5B 4D 4A
Octal 274 360 212 26 0 52 6 133 115 112
Binary 10111100 11110000 10001010 10110 0 101010 110 1011011 1001101 1001010

Color Harmonies of #BCF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF08A

Black with #BCF08A

Text Example


Text Example

White with #BCF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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