Html Css Color HEX #BCF26C Sulu

📋 copy color: '#BCF26C'

red 188 ◦ green 242 ◦ blue 108

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

Shades of Sulu #BCF26C

Tints of Sulu #BCF26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 34.94%
G = 44.98%
B = 20.07%

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

#BCF26C (or 0xBCF26C) is known color: Sulu. HEX triplet: BC, F2 and 6C. RGB value is (188,242,108). Sum of RGB (Red+Green+Blue) = 188+242+108=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF26C is #430D93. Grayscale: #D3D3D3. Windows color (decimal): -4394388 or 7140028. OLE color: 7140028.

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

Color convert

RGB 188 242 108 -
CMYK 0.22 0 0.55 0.05
HSL 84.18º 0.84% 0.69% -
HSV(B) 84.18º 0.55% 0.95% -
XYZ 55.2 75.28 25.81 -
YUV 210.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 188 242 108 0.22 0 0.55 0.05 84.18 0.84 0.69
Hex BC F2 6C 16 0 37 5 54 54 45
Octal 274 362 154 26 0 67 5 124 124 105
Binary 10111100 11110010 1101100 10110 0 110111 101 1010100 1010100 1000101

Color Harmonies of #BCF26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF26C

Black with #BCF26C

Text Example


Text Example

White with #BCF26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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