Html Css Color HEX #BCF26B Sulu

📋 copy color: '#BCF26B'

red 188 ◦ green 242 ◦ blue 107

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

Shades of Sulu #BCF26B

Tints of Sulu #BCF26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 35.01%
G = 45.07%
B = 19.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#BCF26B (or 0xBCF26B) is known color: Sulu. HEX triplet: BC, F2 and 6B. RGB value is (188,242,107). Sum of RGB (Red+Green+Blue) = 188+242+107=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF26B is #430D94. Grayscale: #D2D2D2. Windows color (decimal): -4394389 or 7074492. OLE color: 7074492.

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

Color convert

RGB 188 242 107 -
CMYK 0.22 0 0.56 0.05
HSL 84º 0.84% 0.68% -
HSV(B) 84º 0.56% 0.95% -
XYZ 55.15 75.26 25.53 -
YUV 210.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 188 242 107 0.22 0 0.56 0.05 84 0.84 0.68
Hex BC F2 6B 16 0 38 5 54 54 44
Octal 274 362 153 26 0 70 5 124 124 104
Binary 10111100 11110010 1101011 10110 0 111000 101 1010100 1010100 1000100

Color Harmonies of #BCF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF26B

Black with #BCF26B

Text Example


Text Example

White with #BCF26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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