Html Css Color HEX #BCF26D Sulu

📋 copy color: '#BCF26D'

red 188 ◦ green 242 ◦ blue 109

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

Shades of Sulu #BCF26D

Tints of Sulu #BCF26D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.9%

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 34.88%
G = 44.9%
B = 20.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#BCF26D (or 0xBCF26D) is known color: Sulu. HEX triplet: BC, F2 and 6D. RGB value is (188,242,109). Sum of RGB (Red+Green+Blue) = 188+242+109=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF26D is #430D92. Grayscale: #D3D3D3. Windows color (decimal): -4394387 or 7205564. OLE color: 7205564.

HSL color Cylindrical-coordinate representation of color #BCF26D: hue angle of 84.36º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCF26D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 109 -
CMYK 0.22 0 0.55 0.05
HSL 84.36º 0.84% 0.69% -
HSV(B) 84.36º 0.55% 0.95% -
XYZ 55.25 75.3 26.09 -
YUV 210.69 70.61 111.81 -
System Red Green Blue C M Y K H S L
Decimal 188 242 109 0.22 0 0.55 0.05 84.36 0.84 0.69
Hex BC F2 6D 16 0 37 5 54 54 45
Octal 274 362 155 26 0 67 5 124 124 105
Binary 10111100 11110010 1101101 10110 0 110111 101 1010100 1010100 1000101

Color Harmonies of #BCF26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF26D

Black with #BCF26D

Text Example


Text Example

White with #BCF26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF26D; }

 p { color: rgb(188,242,109); }

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

background-color css

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

 a { background-color: rgb(188,242,109); }

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

border-color css

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

 span { border-color: rgb(188,242,109); }

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